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

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