Skip to content

Commit 6a01b32

Browse files
committed
Enable final SIMD spec tests for x86
1 parent 3576d8c commit 6a01b32

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

build.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -202,8 +202,6 @@ fn ignore(testsuite: &str, testname: &str, strategy: &str) -> bool {
202202
// to be a big chunk of work to implement them all there!
203203
("simd", _) if target.contains("aarch64") => return true,
204204

205-
("simd", "simd_conversions") => return true, // FIXME Unsupported feature: proposed SIMD operator I32x4TruncSatF32x4S
206-
207205
// TODO(#1886): Ignore reference types tests if this isn't x64,
208206
// because Cranelift only supports reference types on x64.
209207
("reference_types", _) => {

0 commit comments

Comments
 (0)