use AtomicU64::fetch_update instead of handrolled RMW-loop
This commit is contained in:
@@ -234,6 +234,7 @@
|
||||
#![feature(atomic_mut_ptr)]
|
||||
#![feature(auto_traits)]
|
||||
#![feature(bench_black_box)]
|
||||
#![feature(bool_to_option)]
|
||||
#![feature(box_syntax)]
|
||||
#![feature(c_unwind)]
|
||||
#![feature(c_variadic)]
|
||||
|
||||
Reference in New Issue
Block a user