summaryrefslogtreecommitdiff
path: root/generic/include/clc/math/log2.h
diff options
context:
space:
mode:
Diffstat (limited to 'generic/include/clc/math/log2.h')
-rw-r--r--generic/include/clc/math/log2.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/generic/include/clc/math/log2.h b/generic/include/clc/math/log2.h
index d8a8842..8801240 100644
--- a/generic/include/clc/math/log2.h
+++ b/generic/include/clc/math/log2.h
@@ -1,6 +1,6 @@
#undef log2
#define log2 __clc_log2
-#define FUNCTION __clc_log2
-#define INTRINSIC "llvm.log2"
+#define __CLC_FUNCTION __clc_log2
+#define __CLC_INTRINSIC "llvm.log2"
#include <clc/math/unary_intrin.inc>