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 Oct 26, 2024
1 parent 62f8ac3 commit d29f661
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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 d29f661

Please sign in to comment.