xref: /llvm-project/libclc/generic/include/clc/atomic/atomic_xchg.h (revision eabc110372dab0b150ad8488a93d6d95db620e05)
1 #define __CLC_FUNCTION atomic_xchg
2 
3 _CLC_OVERLOAD _CLC_DECL float __CLC_FUNCTION (volatile local float *, float);
4 _CLC_OVERLOAD _CLC_DECL float __CLC_FUNCTION (volatile global float *, float);
5 #include <clc/atomic/atomic_decl.inc>
6