summaryrefslogtreecommitdiff
path: root/generic/include/clc/math/native_divide.h
diff options
context:
space:
mode:
Diffstat (limited to 'generic/include/clc/math/native_divide.h')
-rw-r--r--generic/include/clc/math/native_divide.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/generic/include/clc/math/native_divide.h b/generic/include/clc/math/native_divide.h
new file mode 100644
index 0000000..5c52167
--- /dev/null
+++ b/generic/include/clc/math/native_divide.h
@@ -0,0 +1 @@
+#define native_divide(x, y) ((x) / (y))