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 1a08aa2 commit 80913b4Copy full SHA for 80913b4
libclc/opencl/include/clc/opencl/math/frexp.h
@@ -6,5 +6,8 @@
6
//
7
//===----------------------------------------------------------------------===//
8
9
-#define __CLC_BODY <clc/opencl/math/frexp.inc>
+#define __CLC_FUNCTION frexp
10
+#define __CLC_BODY <clc/math/unary_decl_with_int_ptr.inc>
11
#include <clc/math/gentype.inc>
12
+
13
+#undef __CLC_FUNCTION
libclc/opencl/include/clc/opencl/math/frexp.inc
0 commit comments