bolt/deps/llvm-18.1.8/libclc/generic/include/clc/atomic/atomic_xchg.h

6 lines
231 B
C
Raw Normal View History

2025-02-14 19:21:04 +01:00
#define __CLC_FUNCTION atomic_xchg
_CLC_OVERLOAD _CLC_DECL float __CLC_FUNCTION (volatile local float *, float);
_CLC_OVERLOAD _CLC_DECL float __CLC_FUNCTION (volatile global float *, float);
#include <clc/atomic/atomic_decl.inc>