diff options
| author | Aria Beingessner <a.beingessner@gmail.com> | 2024-03-03 14:44:15 -0500 |
|---|---|---|
| committer | Aria Beingessner <a.beingessner@gmail.com> | 2024-03-29 19:59:46 -0400 |
| commit | cc98f86d4d227c4dac7fc66b7c3bd328473de0e7 (patch) | |
| tree | 541013e4728268c3005286e43db6934fafb04a4e | |
| parent | 211b585c609d4dfe5e826c540b89277745680913 (diff) | |
| download | rust-cc98f86d4d227c4dac7fc66b7c3bd328473de0e7.tar.gz rust-cc98f86d4d227c4dac7fc66b7c3bd328473de0e7.zip | |
stabilize ptr.is_aligned, move ptr.is_aligned_to to a new feature gate
This is an alternative to #121920
| -rw-r--r-- | patches/libgccjit12/0001-core-Disable-portable-simd-test.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/patches/libgccjit12/0001-core-Disable-portable-simd-test.patch b/patches/libgccjit12/0001-core-Disable-portable-simd-test.patch index 914ae986b50..36d0789d2a2 100644 --- a/patches/libgccjit12/0001-core-Disable-portable-simd-test.patch +++ b/patches/libgccjit12/0001-core-Disable-portable-simd-test.patch @@ -14,7 +14,7 @@ index d0a119c..76fdece 100644 @@ -89,7 +89,6 @@ #![feature(never_type)] #![feature(unwrap_infallible)] - #![feature(pointer_is_aligned)] + #![feature(pointer_is_aligned_to)] -#![feature(portable_simd)] #![feature(ptr_metadata)] #![feature(lazy_cell)] @@ -27,6 +27,6 @@ index d0a119c..76fdece 100644 mod slice; mod str; mod str_lossy; --- +-- 2.42.1 |
