OpenCL 1.1 EP atomic functions

Hello,

Could you confirm that OpenCL 1.1 EP has atomic functions working like atomic_cmpxchg as specified here https://www.khronos.org/registry/cl/sdk/1.1/docs/man/xhtml/ but only for integers and not for floats?

Thanks

There is a workaround for floats https://streamcomputing.eu/blog/2016-02-09/atomic-operations-for-floats-in-opencl-improved/