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