Skip to content

Commit 686269b

Browse files
japaricgnzlbg
authored andcommitted
assert_instr: bump instruction limit for simd32
1 parent 13bebba commit 686269b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

crates/stdsimd-test/src/lib.rs

+4
Original file line numberDiff line numberDiff line change
@@ -151,6 +151,10 @@ pub fn assert(fnptr: usize, fnname: &str, expected: &str) {
151151
// in some cases exceed the limit.
152152
"cvtpi2ps" => 25,
153153

154+
// core_arch/src/acle/simd32
155+
"usad8" => 27,
156+
"qadd8" | "qsub8" | "sadd8" | "sel" | "shadd8" | "shsub8" => 29,
157+
154158
// Original limit was 20 instructions, but ARM DSP Intrinsics
155159
// are exactly 20 instructions long. So, bump the limit to 22
156160
// instead of adding here a long list of exceptions.

0 commit comments

Comments
 (0)