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