bolt/deps/llvm-18.1.8/clang/test/OpenMP/Inputs/declare-simd-fix.h

9 lines
220 B
C
Raw Normal View History

2025-02-14 19:21:04 +01:00
#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