We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b7418d3 commit 9df2b97Copy full SHA for 9df2b97
libclc/generic/include/clc/clc.h
@@ -102,6 +102,7 @@
102
#include <clc/math/native_powr.h>
103
#include <clc/math/native_sin.h>
104
#include <clc/math/native_sqrt.h>
105
+#include <clc/math/native_rsqrt.h>
106
#include <clc/math/rsqrt.h>
107
108
/* 6.11.2.1 Floating-point macros */
libclc/generic/include/clc/math/native_rsqrt.h
@@ -0,0 +1 @@
1
+#define native_rsqrt rsqrt
0 commit comments