brintos

brintos / llvm-project-archived public Read only

0
0
Text · 220 B · 508818c Raw
9 lines · c
1#ifndef LLVM_CLANG_TEST_OPENMP_INPUTS_DECLARE_SIMD_FIX_H2#define LLVM_CLANG_TEST_OPENMP_INPUTS_DECLARE_SIMD_FIX_H3 4#pragma omp declare simd5float foo(float a, float b, int c);6float bar(float a, float b, int c);7 8#endif9