We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 211b585 commit cc98f86Copy full SHA for cc98f86
patches/libgccjit12/0001-core-Disable-portable-simd-test.patch
@@ -14,7 +14,7 @@ index d0a119c..76fdece 100644
14
@@ -89,7 +89,6 @@
15
#![feature(never_type)]
16
#![feature(unwrap_infallible)]
17
- #![feature(pointer_is_aligned)]
+ #![feature(pointer_is_aligned_to)]
18
-#![feature(portable_simd)]
19
#![feature(ptr_metadata)]
20
#![feature(lazy_cell)]
@@ -27,6 +27,6 @@ index d0a119c..76fdece 100644
27
mod slice;
28
mod str;
29
mod str_lossy;
30
---
+--
31
2.42.1
32
0 commit comments