diff options
Diffstat (limited to 'libclc/generic/include/clc/math/native_recip.h')
| -rw-r--r-- | libclc/generic/include/clc/math/native_recip.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libclc/generic/include/clc/math/native_recip.h b/libclc/generic/include/clc/math/native_recip.h new file mode 100644 index 00000000000..51876614a92 --- /dev/null +++ b/libclc/generic/include/clc/math/native_recip.h @@ -0,0 +1 @@ +#define native_recip(x) ((1) / (x)) |

