mirror of
https://github.com/EmbarkStudios/rust-gpu.git
synced 2024-11-25 00:04:11 +00:00
Fix OpAtomicFMaxEXT being used inside atomic_f_add
This commit is contained in:
parent
849e82e4af
commit
c3909b5b9f
@ -598,7 +598,7 @@ pub unsafe fn atomic_f_add<F: Float, const SCOPE: u32, const SEMANTICS: u32>(
|
|||||||
"%scope = OpConstant %u32 {scope}",
|
"%scope = OpConstant %u32 {scope}",
|
||||||
"%semantics = OpConstant %u32 {semantics}",
|
"%semantics = OpConstant %u32 {semantics}",
|
||||||
"%value = OpLoad _ {value}",
|
"%value = OpLoad _ {value}",
|
||||||
"%old = OpAtomicFMaxEXT _ {ptr} %scope %semantics %value",
|
"%old = OpAtomicFAddEXT _ {ptr} %scope %semantics %value",
|
||||||
"OpStore {old} %old",
|
"OpStore {old} %old",
|
||||||
scope = const SCOPE,
|
scope = const SCOPE,
|
||||||
semantics = const SEMANTICS,
|
semantics = const SEMANTICS,
|
||||||
|
Loading…
Reference in New Issue
Block a user