1
2
3
4
5
#![cfg_attr(use_asm, feature(asm))]

pub mod artificial_dep;
pub mod fence_rmw;
pub mod load_conditional_store;