llvm-project/libclc/generic/include/clc/math/cos.h

7 lines
127 B
C

#undef cos
#define cos __clc_cos
#define FUNCTION __clc_cos
#define INTRINSIC "llvm.cos"
#include <clc/math/unary_intrin.inc>