macro_rules! assert_valid_store_ordering {
($ordering:expr) => { ... };
}
Expand description
Assert that a memory ordering is valid for store operations.
macro_rules! assert_valid_store_ordering {
($ordering:expr) => { ... };
}
Assert that a memory ordering is valid for store operations.