7 lines
132 B
C
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>
|