Skip to content

Commit 5196d47

Browse files
committed
Enable more SIMD spec tests
1 parent 639cf66 commit 5196d47

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

build.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -200,8 +200,6 @@ fn ignore(testsuite: &str, testname: &str, strategy: &str) -> bool {
200200
("simd", _) if target.contains("aarch64") => return true,
201201

202202
("simd", "simd_conversions") => return true, // FIXME Unsupported feature: proposed SIMD operator I32x4TruncSatF32x4S
203-
("simd", "simd_load") => return true, // FIXME Unsupported feature: proposed SIMD operator I32x4TruncSatF32x4S
204-
("simd", "simd_splat") => return true, // FIXME Unsupported feature: proposed SIMD operator I32x4TruncSatF32x4S
205203

206204
// TODO(#1886): Ignore reference types tests if this isn't x64,
207205
// because Cranelift only supports reference types on x64.

0 commit comments

Comments
 (0)