We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c524eb commit 69da5c5Copy full SHA for 69da5c5
libclc/generic/libspirv/math/clc_hypot.cl
@@ -9,7 +9,6 @@
9
#include <spirv/spirv.h>
10
11
#include <clc/clc.h>
12
-#include <clc/clcmacro.h>
13
#include <clc/shared/clc_clamp.h>
14
#include <clc/clcmacro.h>
15
#include <config.h>
libclc/generic/libspirv/math/rsqrt.cl
@@ -8,7 +8,7 @@
8
-#include "clcmacro.h"
+#include <clc/clcmacro.h>
_CLC_OVERLOAD _CLC_DEF float __spirv_ocl_rsqrt(float x) {
return 1.0f / __spirv_ocl_sqrt(x);
0 commit comments