File tree 8 files changed +13
-13
lines changed 8 files changed +13
-13
lines changed Original file line number Diff line number Diff line change 18
18
#include <clc/atomic/atom_decl_int32.inc>
19
19
#endif // cl_khr_local_int32_extended_atomics
20
20
21
- #ifdef cl_khr_int64_base_atomics
21
+ #ifdef cl_khr_int64_extended_atomics
22
22
#define __CLC_FUNCTION atom_and
23
23
#include <clc/atomic/atom_decl_int64.inc>
24
- #endif // cl_khr_int64_base_atomics
24
+ #endif // cl_khr_int64_extended_atomics
Original file line number Diff line number Diff line change 18
18
#include <clc/atomic/atom_decl_int32.inc>
19
19
#endif // cl_khr_local_int32_extended_atomics
20
20
21
- #ifdef cl_khr_int64_base_atomics
21
+ #ifdef cl_khr_int64_extended_atomics
22
22
#define __CLC_FUNCTION atom_max
23
23
#include <clc/atomic/atom_decl_int64.inc>
24
- #endif // cl_khr_int64_base_atomics
24
+ #endif // cl_khr_int64_extended_atomics
Original file line number Diff line number Diff line change 18
18
#include <clc/atomic/atom_decl_int32.inc>
19
19
#endif // cl_khr_local_int32_extended_atomics
20
20
21
- #ifdef cl_khr_int64_base_atomics
21
+ #ifdef cl_khr_int64_extended_atomics
22
22
#define __CLC_FUNCTION atom_min
23
23
#include <clc/atomic/atom_decl_int64.inc>
24
- #endif // cl_khr_int64_base_atomics
24
+ #endif // cl_khr_int64_extended_atomics
Original file line number Diff line number Diff line change 18
18
#include <clc/atomic/atom_decl_int32.inc>
19
19
#endif // cl_khr_local_int32_extended_atomics
20
20
21
- #ifdef cl_khr_int64_base_atomics
21
+ #ifdef cl_khr_int64_extended_atomics
22
22
#define __CLC_FUNCTION atom_or
23
23
#include <clc/atomic/atom_decl_int64.inc>
24
- #endif // cl_khr_int64_base_atomics
24
+ #endif // cl_khr_int64_extended_atomics
Original file line number Diff line number Diff line change 18
18
#include <clc/atomic/atom_decl_int32.inc>
19
19
#endif // cl_khr_local_int32_extended_atomics
20
20
21
- #ifdef cl_khr_int64_base_atomics
21
+ #ifdef cl_khr_int64_extended_atomics
22
22
#define __CLC_FUNCTION atom_xor
23
23
#include <clc/atomic/atom_decl_int64.inc>
24
- #endif // cl_khr_int64_base_atomics
24
+ #endif // cl_khr_int64_extended_atomics
Original file line number Diff line number Diff line change @@ -33,4 +33,4 @@ IMPL(local, long)
33
33
IMPL (local , unsigned long )
34
34
#undef IMPL
35
35
36
- #endif #ifdef cl_khr_local_int32_extended_atomics
36
+ #endif // cl_khr_int64_extended_atomics
Original file line number Diff line number Diff line change @@ -33,4 +33,4 @@ IMPL(local, long)
33
33
IMPL (local , unsigned long )
34
34
#undef IMPL
35
35
36
- #endif
36
+ #endif // cl_khr_int64_extended_atomics
Original file line number Diff line number Diff line change @@ -33,4 +33,4 @@ IMPL(local, long)
33
33
IMPL (local , unsigned long )
34
34
#undef IMPL
35
35
36
- #endif
36
+ #endif // cl_khr_int64_extended_atomics
You can’t perform that action at this time.
0 commit comments