llvm-project/libclc/generic/include/clc/math/log2.h

7 lines
132 B
C

#undef log2
#define log2 __clc_log2
#define FUNCTION __clc_log2
#define INTRINSIC "llvm.log2"
#include <clc/math/unary_intrin.inc>