Skip to content

Commit f1ed968

Browse files
committed
Enable final SIMD spec tests for x86
1 parent 8f982b6 commit f1ed968

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
@@ -199,8 +199,6 @@ fn ignore(testsuite: &str, testname: &str, strategy: &str) -> bool {
199199
// to be a big chunk of work to implement them all there!
200200
("simd", _) if target.contains("aarch64") => return true,
201201

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

0 commit comments

Comments
 (0)