Skip to content

Commit 8648bef

Browse files
authored
[NFC][libclc] Rename clc_cbrt.inc to clc_cbrt.h (#166330)
__clc_cbrt functions are declared in clc_cbrt.inc. Rename to .h for consistency with other headers.
1 parent 0fd0298 commit 8648bef

File tree

3 files changed

+2
-1
lines changed

3 files changed

+2
-1
lines changed
File renamed without changes.

libclc/clc/lib/generic/math/clc_cbrt.cl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88

99
#include <clc/clc_convert.h>
1010
#include <clc/internal/clc.h>
11+
#include <clc/math/clc_cbrt.h>
1112
#include <clc/math/clc_copysign.h>
1213
#include <clc/math/clc_fabs.h>
1314
#include <clc/math/clc_fma.h>

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

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

9-
#include <clc/math/clc_cbrt.inc>
9+
#include <clc/math/clc_cbrt.h>
1010
#include <clc/opencl/math/cbrt.h>
1111

1212
#define __CLC_FUNCTION cbrt

0 commit comments

Comments
 (0)