File tree Expand file tree Collapse file tree 4 files changed +20
-0
lines changed Expand file tree Collapse file tree 4 files changed +20
-0
lines changed Original file line number Diff line number Diff line change
1
+ #ifndef __CLC_GEOMETRIC_CLC_DOT_H__
2
+ #define __CLC_GEOMETRIC_CLC_DOT_H__
3
+
1
4
#define __CLC_BODY <clc/geometric/clc_dot.inc>
2
5
#include <clc/geometric/floatn.inc>
6
+
7
+ #endif // __CLC_GEOMETRIC_CLC_DOT_H__
Original file line number Diff line number Diff line change
1
+ #ifndef __CLC_SHARED_CLC_CLAMP_H__
2
+ #define __CLC_SHARED_CLC_CLAMP_H__
3
+
1
4
#if defined(CLC_CLSPV ) || defined(CLC_SPIRV )
2
5
// clspv and spir-v targets provide their own OpenCL-compatible clamp
3
6
#define __clc_clamp clamp
13
16
#include <clc/math/gentype.inc>
14
17
15
18
#endif
19
+
20
+ #endif // __CLC_SHARED_CLC_CLAMP_H__
Original file line number Diff line number Diff line change
1
+ #ifndef __CLC_SHARED_CLC_MAX_H__
2
+ #define __CLC_SHARED_CLC_MAX_H__
3
+
1
4
#if defined(CLC_CLSPV ) || defined(CLC_SPIRV )
2
5
// clspv and spir-v targets provide their own OpenCL-compatible max
3
6
#define __clc_max max
10
13
#include <clc/math/gentype.inc>
11
14
12
15
#endif
16
+
17
+ #endif // __CLC_SHARED_CLC_MAX_H__
Original file line number Diff line number Diff line change
1
+ #ifndef __CLC_SHARED_CLC_MIN_H__
2
+ #define __CLC_SHARED_CLC_MIN_H__
3
+
1
4
#if defined(CLC_CLSPV ) || defined(CLC_SPIRV )
2
5
// clspv and spir-v targets provide their own OpenCL-compatible min
3
6
#define __clc_min min
10
13
#include <clc/math/gentype.inc>
11
14
12
15
#endif
16
+
17
+ #endif // __CLC_SHARED_CLC_MIN_H__
You can’t perform that action at this time.
0 commit comments