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+
14#define __CLC_BODY <clc/geometric/clc_dot.inc>
25#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+
14#if defined(CLC_CLSPV ) || defined(CLC_SPIRV )
25// clspv and spir-v targets provide their own OpenCL-compatible clamp
36#define __clc_clamp clamp
1316#include <clc/math/gentype.inc>
1417
1518#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+
14#if defined(CLC_CLSPV ) || defined(CLC_SPIRV )
25// clspv and spir-v targets provide their own OpenCL-compatible max
36#define __clc_max max
1013#include <clc/math/gentype.inc>
1114
1215#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+
14#if defined(CLC_CLSPV ) || defined(CLC_SPIRV )
25// clspv and spir-v targets provide their own OpenCL-compatible min
36#define __clc_min min
1013#include <clc/math/gentype.inc>
1114
1215#endif
16+
17+ #endif // __CLC_SHARED_CLC_MIN_H__
You can’t perform that action at this time.
0 commit comments