[x64] Re-enable simd_lane.wast spec tests

This commit is contained in:
Andrew Brown
2021-03-02 10:20:42 -08:00
parent 4a809fc8fd
commit cfbe0ef96a

View File

@@ -224,10 +224,6 @@ fn ignore(testsuite: &str, testname: &str, strategy: &str) -> bool {
return env::var("CARGO_CFG_TARGET_ARCH").unwrap() != "x86_64";
}
// Waiting for an update to the spec testsuite to not use old
// instruction names.
("simd", "simd_lane") => return true,
// These are new instructions that are not really implemented in any backend.
("simd", "simd_i8x16_arith2")
| ("simd", "simd_conversions")