File tree Expand file tree Collapse file tree 2 files changed +8
-0
lines changed
Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change 66//
77//===----------------------------------------------------------------------===//
88
9+ #if __OPENCL_C_VERSION__ >= CL_VERSION_2_0
10+
911#define __CLC_FUNCTION ctz
1012#define __CLC_BODY <clc/shared/unary_decl.inc>
1113
1214#include <clc/integer/gentype.inc>
1315
1416#undef __CLC_BODY
1517#undef __CLC_FUNCTION
18+
19+ #endif // __OPENCL_C_VERSION__ >= CL_VERSION_2_0
Original file line number Diff line number Diff line change 66//
77//===----------------------------------------------------------------------===//
88
9+ #if __OPENCL_C_VERSION__ >= CL_VERSION_2_0
10+
911#include <clc/clc.h>
1012#include <clc/integer/clc_ctz.h>
1113
1214#define FUNCTION ctz
1315#define __CLC_BODY <clc/shared/unary_def.inc>
1416
1517#include <clc/integer/gentype.inc>
18+
19+ #endif // __OPENCL_C_VERSION__ >= CL_VERSION_2_0
You can’t perform that action at this time.
0 commit comments