File tree Expand file tree Collapse file tree 14 files changed +42
-42
lines changed
libclc/opencl/include/clc/opencl/integer Expand file tree Collapse file tree 14 files changed +42
-42
lines changed Original file line number Diff line number Diff line change 66//
77//===----------------------------------------------------------------------===//
88
9- #ifndef __CLC_OPENCL_OPENCL_INTEGER_ABS_H__
10- #define __CLC_OPENCL_OPENCL_INTEGER_ABS_H__
9+ #ifndef __CLC_OPENCL_INTEGER_ABS_H__
10+ #define __CLC_OPENCL_INTEGER_ABS_H__
1111
1212#include <clc/opencl/opencl-base.h>
1313
1414#define __CLC_BODY <clc/opencl/integer/abs.inc>
1515#include <clc/integer/gentype.inc>
1616
17- #endif // __CLC_OPENCL_OPENCL_INTEGER_ABS_H__
17+ #endif // __CLC_OPENCL_INTEGER_ABS_H__
Original file line number Diff line number Diff line change 66//
77//===----------------------------------------------------------------------===//
88
9- #ifndef __CLC_OPENCL_OPENCL_INTEGER_ABS_DIFF_H__
10- #define __CLC_OPENCL_OPENCL_INTEGER_ABS_DIFF_H__
9+ #ifndef __CLC_OPENCL_INTEGER_ABS_DIFF_H__
10+ #define __CLC_OPENCL_INTEGER_ABS_DIFF_H__
1111
1212#include <clc/opencl/opencl-base.h>
1313
1414#define __CLC_BODY <clc/opencl/integer/abs_diff.inc>
1515#include <clc/integer/gentype.inc>
1616
17- #endif // __CLC_OPENCL_OPENCL_INTEGER_ABS_DIFF_H__
17+ #endif // __CLC_OPENCL_INTEGER_ABS_DIFF_H__
Original file line number Diff line number Diff line change 66//
77//===----------------------------------------------------------------------===//
88
9- #ifndef __CLC_OPENCL_OPENCL_INTEGER_ADD_SAT_H__
10- #define __CLC_OPENCL_OPENCL_INTEGER_ADD_SAT_H__
9+ #ifndef __CLC_OPENCL_INTEGER_ADD_SAT_H__
10+ #define __CLC_OPENCL_INTEGER_ADD_SAT_H__
1111
1212#include <clc/opencl/opencl-base.h>
1313
1818
1919#undef FUNCTION
2020
21- #endif // __CLC_OPENCL_OPENCL_INTEGER_ADD_SAT_H__
21+ #endif // __CLC_OPENCL_INTEGER_ADD_SAT_H__
Original file line number Diff line number Diff line change 66//
77//===----------------------------------------------------------------------===//
88
9- #ifndef __CLC_OPENCL_OPENCL_INTEGER_CLZ_H__
10- #define __CLC_OPENCL_OPENCL_INTEGER_CLZ_H__
9+ #ifndef __CLC_OPENCL_INTEGER_CLZ_H__
10+ #define __CLC_OPENCL_INTEGER_CLZ_H__
1111
1212#include <clc/opencl/opencl-base.h>
1313
1818
1919#undef FUNCTION
2020
21- #endif // __CLC_OPENCL_OPENCL_INTEGER_CLZ_H__
21+ #endif // __CLC_OPENCL_INTEGER_CLZ_H__
Original file line number Diff line number Diff line change 66//
77//===----------------------------------------------------------------------===//
88
9- #ifndef __CLC_OPENCL_OPENCL_INTEGER_CTZ_H__
10- #define __CLC_OPENCL_OPENCL_INTEGER_CTZ_H__
9+ #ifndef __CLC_OPENCL_INTEGER_CTZ_H__
10+ #define __CLC_OPENCL_INTEGER_CTZ_H__
1111
1212#if __OPENCL_C_VERSION__ >= CL_VERSION_2_0
1313
2222
2323#endif // __OPENCL_C_VERSION__ >= CL_VERSION_2_0
2424
25- #endif // __CLC_OPENCL_OPENCL_INTEGER_CTZ_H__
25+ #endif // __CLC_OPENCL_INTEGER_CTZ_H__
Original file line number Diff line number Diff line change 66//
77//===----------------------------------------------------------------------===//
88
9- #ifndef __CLC_OPENCL_OPENCL_INTEGER_HADD_H__
10- #define __CLC_OPENCL_OPENCL_INTEGER_HADD_H__
9+ #ifndef __CLC_OPENCL_INTEGER_HADD_H__
10+ #define __CLC_OPENCL_INTEGER_HADD_H__
1111
1212#include <clc/opencl/opencl-base.h>
1313
1818
1919#undef FUNCTION
2020
21- #endif // __CLC_OPENCL_OPENCL_INTEGER_HADD_H__
21+ #endif // __CLC_OPENCL_INTEGER_HADD_H__
Original file line number Diff line number Diff line change 66//
77//===----------------------------------------------------------------------===//
88
9- #ifndef __CLC_OPENCL_OPENCL_INTEGER_MAD24_H__
10- #define __CLC_OPENCL_OPENCL_INTEGER_MAD24_H__
9+ #ifndef __CLC_OPENCL_INTEGER_MAD24_H__
10+ #define __CLC_OPENCL_INTEGER_MAD24_H__
1111
1212#include <clc/opencl/opencl-base.h>
1313
1818
1919#undef FUNCTION
2020
21- #endif // __CLC_OPENCL_OPENCL_INTEGER_MAD24_H__
21+ #endif // __CLC_OPENCL_INTEGER_MAD24_H__
Original file line number Diff line number Diff line change 66//
77//===----------------------------------------------------------------------===//
88
9- #ifndef __CLC_OPENCL_OPENCL_INTEGER_MAD_HI_H__
10- #define __CLC_OPENCL_OPENCL_INTEGER_MAD_HI_H__
9+ #ifndef __CLC_OPENCL_INTEGER_MAD_HI_H__
10+ #define __CLC_OPENCL_INTEGER_MAD_HI_H__
1111
1212#include <clc/opencl/opencl-base.h>
1313
1818
1919#undef FUNCTION
2020
21- #endif // __CLC_OPENCL_OPENCL_INTEGER_MAD_HI_H__
21+ #endif // __CLC_OPENCL_INTEGER_MAD_HI_H__
Original file line number Diff line number Diff line change 66//
77//===----------------------------------------------------------------------===//
88
9- #ifndef __CLC_OPENCL_OPENCL_INTEGER_MAD_SAT_H__
10- #define __CLC_OPENCL_OPENCL_INTEGER_MAD_SAT_H__
9+ #ifndef __CLC_OPENCL_INTEGER_MAD_SAT_H__
10+ #define __CLC_OPENCL_INTEGER_MAD_SAT_H__
1111
1212#include <clc/opencl/opencl-base.h>
1313
1818
1919#undef FUNCTION
2020
21- #endif // __CLC_OPENCL_OPENCL_INTEGER_MAD_SAT_H__
21+ #endif // __CLC_OPENCL_INTEGER_MAD_SAT_H__
Original file line number Diff line number Diff line change 66//
77//===----------------------------------------------------------------------===//
88
9- #ifndef __CLC_OPENCL_OPENCL_INTEGER_MUL24_H__
10- #define __CLC_OPENCL_OPENCL_INTEGER_MUL24_H__
9+ #ifndef __CLC_OPENCL_INTEGER_MUL24_H__
10+ #define __CLC_OPENCL_INTEGER_MUL24_H__
1111
1212#include <clc/opencl/opencl-base.h>
1313
1818
1919#undef FUNCTION
2020
21- #endif // __CLC_OPENCL_OPENCL_INTEGER_MUL24_H__
21+ #endif // __CLC_OPENCL_INTEGER_MUL24_H__
You can’t perform that action at this time.
0 commit comments