File tree Expand file tree Collapse file tree 4 files changed +12
-2
lines changed
include/clc/opencl/integer Expand file tree Collapse file tree 4 files changed +12
-2
lines changed Original file line number Diff line number Diff line change 66//
77//===----------------------------------------------------------------------===//
88
9+ #ifndef __CLC_OPENCL_INTEGER_RHADD_H__
10+ #define __CLC_OPENCL_INTEGER_RHADD_H__
11+
912#define FUNCTION rhadd
1013#define __CLC_BODY <clc/shared/binary_decl.inc>
1114
1215#include <clc/integer/gentype.inc>
1316
1417#undef FUNCTION
18+
19+ #endif // __CLC_OPENCL_INTEGER_RHADD_H__
Original file line number Diff line number Diff line change 66//
77//===----------------------------------------------------------------------===//
88
9+ #ifndef __CLC_OPENCL_INTEGER_SUB_SAT_H__
10+ #define __CLC_OPENCL_INTEGER_SUB_SAT_H__
11+
912#define FUNCTION sub_sat
1013#define __CLC_BODY <clc/shared/binary_decl.inc>
1114
1215#include <clc/integer/gentype.inc>
1316
1417#undef FUNCTION
18+
19+ #endif // __CLC_OPENCL_INTEGER_SUB_SAT_H__
Original file line number Diff line number Diff line change 77//===----------------------------------------------------------------------===//
88
99#include <clc/integer/clc_rhadd.h>
10- #include <clc/opencl/clc .h>
10+ #include <clc/opencl/integer/rhadd .h>
1111
1212#define FUNCTION rhadd
1313#define __CLC_BODY <clc/shared/binary_def.inc>
Original file line number Diff line number Diff line change 77//===----------------------------------------------------------------------===//
88
99#include <clc/integer/clc_sub_sat.h>
10- #include <clc/opencl/clc .h>
10+ #include <clc/opencl/integer/sub_sat .h>
1111
1212#define FUNCTION sub_sat
1313#define __CLC_BODY <clc/shared/binary_def.inc>
You can’t perform that action at this time.
0 commit comments