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