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