Add simd_extmul_* support for x64
This commit is contained in:
8
build.rs
8
build.rs
@@ -190,12 +190,9 @@ fn x64_should_panic(testsuite: &str, testname: &str, strategy: &str) -> bool {
|
||||
|
||||
match (testsuite, testname) {
|
||||
("simd", "simd_i16x8_extadd_pairwise_i8x16") => return true,
|
||||
("simd", "simd_i16x8_extmul_i8x16") => return true,
|
||||
("simd", "simd_i16x8_q15mulr_sat_s") => return true,
|
||||
("simd", "simd_i32x4_extadd_pairwise_i16x8") => return true,
|
||||
("simd", "simd_i32x4_extmul_i16x8") => return true,
|
||||
("simd", "simd_i32x4_trunc_sat_f64x2") => return true,
|
||||
("simd", "simd_i64x2_extmul_i32x4") => return true,
|
||||
("simd", "simd_int_to_int_extend") => return true,
|
||||
("simd", _) => return false,
|
||||
_ => {}
|
||||
@@ -229,10 +226,7 @@ fn ignore(testsuite: &str, testname: &str, strategy: &str) -> bool {
|
||||
// These are new instructions that are not really implemented in any backend.
|
||||
("simd", "simd_conversions")
|
||||
| ("simd", "simd_i16x8_extadd_pairwise_i8x16")
|
||||
| ("simd", "simd_i16x8_extmul_i8x16")
|
||||
| ("simd", "simd_i32x4_extadd_pairwise_i16x8")
|
||||
| ("simd", "simd_i32x4_extmul_i16x8")
|
||||
| ("simd", "simd_i64x2_extmul_i32x4") => return true,
|
||||
| ("simd", "simd_i32x4_extadd_pairwise_i16x8") => return true,
|
||||
|
||||
_ => {}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user