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