Skip to content

Commit 11b7c4d

Browse files
committed
modify the instruction limit
1 parent 1979ebb commit 11b7c4d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

crates/stdarch-test/src/lib.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,9 @@ pub fn assert(shim_addr: usize, fnname: &str, expected: &str) {
124124
// vfmaq_n_f32_vfma : #instructions = 26 >= 22 (limit)
125125
"usad8" | "vfma" | "vfms" => 27,
126126
"qadd8" | "qsub8" | "sadd8" | "sel" | "shadd8" | "shsub8" | "usub8" | "ssub8" => 29,
127+
// core_arch/src/arm_shared/simd32
128+
// vst1q_s64_x4_vst1 : #instructions = 40 >= 22 (limit)
129+
"vst1" => 40,
127130

128131
// Temporary, currently the fptosi.sat and fptoui.sat LLVM
129132
// intrinsics emit unnecessary code on arm. This can be

0 commit comments

Comments
 (0)