1 #undef trunc 2 #define trunc __clc_trunc 3 4 #define __CLC_FUNCTION __clc_trunc 5 #define __CLC_INTRINSIC "llvm.trunc" 6 #include <clc/math/unary_intrin.inc> 7 8 #undef __CLC_FUNCTION 9 #undef __CLC_INTRINSIC 10
1 #undef trunc 2 #define trunc __clc_trunc 3 4 #define __CLC_FUNCTION __clc_trunc 5 #define __CLC_INTRINSIC "llvm.trunc" 6 #include <clc/math/unary_intrin.inc> 7 8 #undef __CLC_FUNCTION 9 #undef __CLC_INTRINSIC 10