Enable more SIMD spec tests

This commit is contained in:
Andrew Brown
2020-06-03 12:20:44 -07:00
parent af39692d66
commit 5c35a9631c

View File

@@ -200,8 +200,6 @@ fn ignore(testsuite: &str, testname: &str, strategy: &str) -> bool {
("simd", _) if target.contains("aarch64") => return true, ("simd", _) if target.contains("aarch64") => return true,
("simd", "simd_conversions") => return true, // FIXME Unsupported feature: proposed SIMD operator I32x4TruncSatF32x4S ("simd", "simd_conversions") => return true, // FIXME Unsupported feature: proposed SIMD operator I32x4TruncSatF32x4S
("simd", "simd_load") => return true, // FIXME Unsupported feature: proposed SIMD operator I32x4TruncSatF32x4S
("simd", "simd_splat") => return true, // FIXME Unsupported feature: proposed SIMD operator I32x4TruncSatF32x4S
// TODO(#1886): Ignore reference types tests if this isn't x64, // TODO(#1886): Ignore reference types tests if this isn't x64,
// because Cranelift only supports reference types on x64. // because Cranelift only supports reference types on x64.