Skip to content

Commit

Permalink
Update cg_clif patch for 128bits integers
Browse files Browse the repository at this point in the history
  • Loading branch information
Urgau committed Jan 28, 2025
1 parent 92dc50a commit 1d6f0e9
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ diff --git a/library/core/src/sync/atomic.rs b/library/core/src/sync/atomic.rs
index d9de37e..8293fce 100644
--- a/library/core/src/sync/atomic.rs
+++ b/library/core/src/sync/atomic.rs
@@ -2996,44 +2996,6 @@ atomic_int! {
@@ -2996,46 +2996,6 @@ atomic_int! {
8,
u64 AtomicU64
}
Expand All @@ -55,6 +55,7 @@ index d9de37e..8293fce 100644
- rustc_const_unstable(feature = "integer_atomics", issue = "99069"),
- rustc_const_unstable(feature = "integer_atomics", issue = "99069"),
- cfg_attr(not(test), rustc_diagnostic_item = "AtomicI128"),
- cfg_attr(not(bootstrap), rustc_significant_interior_mutable_type),
- "i128",
- "#![feature(integer_atomics)]\n\n",
- atomic_min, atomic_max,
Expand All @@ -74,6 +75,7 @@ index d9de37e..8293fce 100644
- rustc_const_unstable(feature = "integer_atomics", issue = "99069"),
- rustc_const_unstable(feature = "integer_atomics", issue = "99069"),
- cfg_attr(not(test), rustc_diagnostic_item = "AtomicU128"),
- cfg_attr(not(bootstrap), rustc_significant_interior_mutable_type),
- "u128",
- "#![feature(integer_atomics)]\n\n",
- atomic_umin, atomic_umax,
Expand Down

0 comments on commit 1d6f0e9

Please sign in to comment.