Robin Voetter 9006cd9d09
compiler_rt: cmpxchg-based atomic fetch/exchange for small types
Some architectures (AMDGPU) do not support atomic exchange/fetch for
small types (for AMDGPU: 8- and 16-bit ints). For these types
atomic fetch and atomic exchange needs to be implemeted using atomic
operations on a wider type using cmpxchg.
2022-10-12 20:36:14 +02:00
..
2022-08-29 15:14:58 -07:00
2022-08-29 15:12:46 -07:00
2022-08-04 18:02:01 -07:00
2022-08-04 18:09:10 -07:00