Skip to content

Commit 6f1f354

Browse files
committed
[libclc] Fix cbrt header file name
1 parent a4f0121 commit 6f1f354

File tree

1 file changed

+1
-1
lines changed
  • libclc/libspirv/lib/generic/math

1 file changed

+1
-1
lines changed

libclc/libspirv/lib/generic/math/cbrt.cl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
//
77
//===----------------------------------------------------------------------===//
88

9+
#include <clc/math/clc_cbrt.h>
910
#include <libspirv/spirv.h>
10-
#include <clc/math/clc_cbrt.inc>
1111

1212
#define __CLC_FUNCTION __spirv_ocl_cbrt
1313
#define __CLC_IMPL_FUNCTION(x) __clc_cbrt

0 commit comments

Comments
 (0)