bolt/deps/llvm-18.1.8/libclc/generic/include/clc/atomic/atomic_xchg.h
2025-02-14 19:21:04 +01:00

5 lines
231 B
C

#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>