diff options
Diffstat (limited to 'generic/include/clc/math/exp2.h')
-rw-r--r-- | generic/include/clc/math/exp2.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/generic/include/clc/math/exp2.h b/generic/include/clc/math/exp2.h index fe91633..ec0dad2 100644 --- a/generic/include/clc/math/exp2.h +++ b/generic/include/clc/math/exp2.h @@ -1,6 +1,6 @@ #undef exp2 #define exp2 __clc_exp2 -#define FUNCTION __clc_exp2 -#define INTRINSIC "llvm.exp2" +#define __CLC_FUNCTION __clc_exp2 +#define __CLC_INTRINSIC "llvm.exp2" #include <clc/math/unary_intrin.inc> |