You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The volatile_read here is an questionable operation which depends on internal implementations to synchronize reads with the previous read-acquire on seqlock.
The text was updated successfully, but these errors were encountered:
htfy96
changed the title
Use atomic_element_unordered_copy_memory_nonoverlapping to read the data
Use atomic_element_unordered_copy_memory_nonoverlapping to read the data
Jun 2, 2019
htfy96
changed the title
Use atomic_element_unordered_copy_memory_nonoverlapping to read the data
Use atomic_element_unordered_copy_memory_nonoverlapping to read the data
Jun 2, 2019
rust-lang/rust#58599
https://internals.rust-lang.org/t/expose-llvm-atomic-memcpy-in-intrinsics/9466/4
The
volatile_read
here is an questionable operation which depends on internal implementations to synchronize reads with the previous read-acquire on seqlock.Ref: #2
The text was updated successfully, but these errors were encountered: