summaryrefslogtreecommitdiff
path: root/generic/include/clc/math/exp2.h
blob: ec0dad268a7b9eeaa04924a72e2ca09a933895e3 (plain)
1
2
3
4
5
6
#undef exp2
#define exp2 __clc_exp2

#define __CLC_FUNCTION __clc_exp2
#define __CLC_INTRINSIC "llvm.exp2"
#include <clc/math/unary_intrin.inc>