From bfa264271c7c20ca71b7cbb5c918ff264294653c Mon Sep 17 00:00:00 2001 From: Alex Crichton Date: Mon, 6 Feb 2017 10:39:14 -0800 Subject: Revert "Add 128-bit atomics" This reverts commit 9903975003276cc42a1ed5f21eee292b7c62c331. --- src/libcore/sync/atomic.rs | 18 ------------------ 1 file changed, 18 deletions(-) (limited to 'src/libcore') diff --git a/src/libcore/sync/atomic.rs b/src/libcore/sync/atomic.rs index 58cd0af7ee3..743e3c41170 100644 --- a/src/libcore/sync/atomic.rs +++ b/src/libcore/sync/atomic.rs @@ -1318,24 +1318,6 @@ atomic_int! { unstable(feature = "integer_atomics", issue = "32976"), u64 AtomicU64 ATOMIC_U64_INIT } -#[cfg(not(stage0))] -#[cfg(target_has_atomic = "128")] -atomic_int! { - unstable(feature = "i128", issue = "35118"), - unstable(feature = "i128", issue = "35118"), - unstable(feature = "i128", issue = "35118"), - unstable(feature = "i128", issue = "35118"), - i128 AtomicI128 ATOMIC_I128_INIT -} -#[cfg(not(stage0))] -#[cfg(target_has_atomic = "128")] -atomic_int! { - unstable(feature = "i128", issue = "35118"), - unstable(feature = "i128", issue = "35118"), - unstable(feature = "i128", issue = "35118"), - unstable(feature = "i128", issue = "35118"), - u128 AtomicU128 ATOMIC_U128_INIT -} #[cfg(target_has_atomic = "ptr")] atomic_int!{ stable(feature = "rust1", since = "1.0.0"), -- cgit 1.4.1-3-g733a5