File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
libclc/clc/include/clc/common Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
- #ifndef __CLC_MATH_CLC_DEGREES_H__
2
- #define __CLC_MATH_CLC_DEGREES_H__
1
+ #ifndef __CLC_COMMON_CLC_DEGREES_H__
2
+ #define __CLC_COMMON_CLC_DEGREES_H__
3
3
4
4
#define __CLC_BODY <clc/math/unary_decl.inc>
5
5
#define __CLC_FUNCTION __clc_degrees
9
9
#undef __CLC_BODY
10
10
#undef __CLC_FUNCTION
11
11
12
- #endif // __CLC_MATH_CLC_DEGREES_H__
12
+ #endif // __CLC_COMMON_CLC_DEGREES_H__
Original file line number Diff line number Diff line change 1
- #ifndef __CLC_MATH_CLC_RADIANS_H__
2
- #define __CLC_MATH_CLC_RADIANS_H__
1
+ #ifndef __CLC_COMMON_CLC_RADIANS_H__
2
+ #define __CLC_COMMON_CLC_RADIANS_H__
3
3
4
4
#define __CLC_BODY <clc/math/unary_decl.inc>
5
5
#define __CLC_FUNCTION __clc_radians
9
9
#undef __CLC_BODY
10
10
#undef __CLC_FUNCTION
11
11
12
- #endif // __CLC_MATH_CLC_RADIANS_H__
12
+ #endif // __CLC_COMMON_CLC_RADIANS_H__
You can’t perform that action at this time.
0 commit comments