pub fn atomic_add_f32(addr: &mut f32, val: f32) -> f32
Atomic add for f32. Transpiles to: atomicAdd(addr, val)
atomicAdd(addr, val)