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

7 lines
127 B
C

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