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 0fd0298 commit 8648befCopy full SHA for 8648bef
libclc/clc/include/clc/math/clc_cbrt.inc renamed to libclc/clc/include/clc/math/clc_cbrt.h
libclc/clc/lib/generic/math/clc_cbrt.cl
@@ -8,6 +8,7 @@
8
9
#include <clc/clc_convert.h>
10
#include <clc/internal/clc.h>
11
+#include <clc/math/clc_cbrt.h>
12
#include <clc/math/clc_copysign.h>
13
#include <clc/math/clc_fabs.h>
14
#include <clc/math/clc_fma.h>
libclc/opencl/lib/generic/math/cbrt.cl
@@ -6,7 +6,7 @@
6
//
7
//===----------------------------------------------------------------------===//
-#include <clc/math/clc_cbrt.inc>
#include <clc/opencl/math/cbrt.h>
#define __CLC_FUNCTION cbrt
0 commit comments