summaryrefslogtreecommitdiff
path: root/libclc/generic/include/clc/math/remainder.h
diff options
context:
space:
mode:
Diffstat (limited to 'libclc/generic/include/clc/math/remainder.h')
-rw-r--r--libclc/generic/include/clc/math/remainder.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/libclc/generic/include/clc/math/remainder.h b/libclc/generic/include/clc/math/remainder.h
new file mode 100644
index 00000000000..5b5d78de385
--- /dev/null
+++ b/libclc/generic/include/clc/math/remainder.h
@@ -0,0 +1,4 @@
+#define __CLC_FUNCTION remainder
+#define __CLC_BODY <clc/math/binary_decl_tt.inc>
+#include <clc/math/gentype.inc>
+#undef __CLC_FUNCTION