1 #undef sin 2 #define sin __clc_sin 3 4 #define __CLC_FUNCTION __clc_sin 5 #define __CLC_INTRINSIC "llvm.sin" 6 #include <clc/math/unary_intrin.inc> 7