machinst x64: enable initial SIMD spec tests

This commit is contained in:
Andrew Brown
2020-07-30 09:50:02 -07:00
parent 999fa00d6a
commit 0306f24727

View File

@@ -180,6 +180,10 @@ fn experimental_x64_should_panic(testsuite: &str, testname: &str, strategy: &str
} }
match (testsuite, testname) { match (testsuite, testname) {
("simd", "simd_address") => return false,
("simd", "simd_f32x4_arith") => return false,
("simd", "simd_f64x2_arith") => return false,
("simd", "simd_store") => return false,
("simd", _) => return true, ("simd", _) => return true,
_ => {} _ => {}
} }