[x64] Re-enable simd_lane.wast spec tests
This commit is contained in:
4
build.rs
4
build.rs
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user