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

7 lines
132 B
C

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