declare-simd-fix.h 220 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 #ifndef LLVM_CLANG_TEST_OPENMP_INPUTS_DECLARE_SIMD_FIX_H #define LLVM_CLANG_TEST_OPENMP_INPUTS_DECLARE_SIMD_FIX_H #pragma omp declare simd float foo(float a, float b, int c); float bar(float a, float b, int c); #endif