[clang-tidy][use-internal-linkage] fix false positive for consteval function (#122141)
[llvm-project.git] / libclc / generic / lib / math / native_cos.cl
blob3a934272a28383437fa4f25ecc67abe96a06702a
1 #include <clc/clc.h>
3 #define __CLC_NATIVE_INTRINSIC cos
5 #define __CLC_BODY <native_unary_intrinsic.inc>
6 #define __FLOAT_ONLY
7 #include <clc/math/gentype.inc>