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 | ea92faec491084849f9c2fb258a0e3161bb29ae4 (patch) | |
| tree | 6733f6bddf223df0e8e865bc2da584338aa3eb8a /compiler/rustc_codegen_gcc | |
| parent | faae5f1ffe7b7b97e91eee6184807ac7307aafaa (diff) | |
| download | rust-ea92faec491084849f9c2fb258a0e3161bb29ae4.tar.gz rust-ea92faec491084849f9c2fb258a0e3161bb29ae4.zip | |
stabilize ptr.is_aligned, move ptr.is_aligned_to to a new feature gate
This is an alternative to #121920
Diffstat (limited to 'compiler/rustc_codegen_gcc')
| -rw-r--r-- | compiler/rustc_codegen_gcc/patches/libgccjit12/0001-core-Disable-portable-simd-test.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/compiler/rustc_codegen_gcc/patches/libgccjit12/0001-core-Disable-portable-simd-test.patch b/compiler/rustc_codegen_gcc/patches/libgccjit12/0001-core-Disable-portable-simd-test.patch index 914ae986b50..36d0789d2a2 100644 --- a/compiler/rustc_codegen_gcc/patches/libgccjit12/0001-core-Disable-portable-simd-test.patch +++ b/compiler/rustc_codegen_gcc/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 |
