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