remove 'unordered' atomic intrinsics

This commit is contained in:
Ralf Jung
2025-05-05 15:26:06 +02:00
parent 0eb0b8cb67
commit 79dfd0a472
5 changed files with 1 additions and 16 deletions

View File

@@ -61,7 +61,6 @@ pub enum AtomicRmwBinOp {
#[derive(Copy, Clone, Debug)]
pub enum AtomicOrdering {
Unordered,
Relaxed,
Acquire,
Release,