Probably not as important on 0.7 as on the main branch: The precompiled functions are not affected, and the inline ones are protected by additional compiler_fence calls, so the compiler can't reorder anyway. Still better to conform to the reference and not use nomem on assembly blocks that are used for synchronization.
Probably not as important on 0.7 as on the main branch: The precompiled functions are not affected, and the inline ones are protected by additional
compiler_fence
calls, so the compiler can't reorder anyway. Still better to conform to the reference and not usenomem
on assembly blocks that are used for synchronization.Fixes #502