Add support for i32x4_trunc_sat_f64x2_s for x64

This commit is contained in:
Johnnie Birch
2021-07-25 17:36:16 -07:00
parent 23290f0450
commit 500f530322
5 changed files with 75 additions and 3 deletions

View File

@@ -192,7 +192,6 @@ fn x64_should_panic(testsuite: &str, testname: &str, strategy: &str) -> bool {
match (testsuite, testname) {
("simd", "simd_i16x8_extadd_pairwise_i8x16") => return true,
("simd", "simd_i32x4_extadd_pairwise_i16x8") => return true,
("simd", "simd_i32x4_trunc_sat_f64x2") => return true,
("simd", "simd_int_to_int_extend") => return true,
("simd", _) => return false,
_ => {}