[Compute Shader] How to update float4 atomically?

InterlockedAdd(…, …) only accepts int and uint, but I looked up a little and found following extensions:

I guess its not possible at this point unlocking this feature in monogame?

best regards