Skip to content

Commit 142ed50

Browse files
committed
Further ARM fix
1 parent fda0919 commit 142ed50

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

stdarch.patch

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
--- a/crates/core_arch/src/aarch64/neon/mod.rs
2+
+++ b/crates/core_arch/src/aarch64/neon/mod.rs
3+
@@ -2,6 +2,9 @@
4+
5+
#![allow(non_camel_case_types)]
6+
7+
+#[cfg(kani)]
8+
+use crate::kani;
9+
+
10+
#[rustfmt::skip]
11+
mod generated;
12+
#[rustfmt::skip]
113
--- a/crates/core_arch/src/arm_shared/neon/mod.rs
214
+++ b/crates/core_arch/src/arm_shared/neon/mod.rs
315
@@ -1,5 +1,8 @@

0 commit comments

Comments
 (0)