From 6a01b32474d765d83cc2cd172629e7061930caa3 Mon Sep 17 00:00:00 2001 From: Andrew Brown Date: Tue, 7 Jul 2020 16:56:48 -0700 Subject: [PATCH] Enable final SIMD spec tests for x86 --- build.rs | 2 -- 1 file changed, 2 deletions(-) diff --git a/build.rs b/build.rs index f658c3a6da..95c4b03b63 100644 --- a/build.rs +++ b/build.rs @@ -202,8 +202,6 @@ fn ignore(testsuite: &str, testname: &str, strategy: &str) -> bool { // to be a big chunk of work to implement them all there! ("simd", _) if target.contains("aarch64") => return true, - ("simd", "simd_conversions") => return true, // FIXME Unsupported feature: proposed SIMD operator I32x4TruncSatF32x4S - // TODO(#1886): Ignore reference types tests if this isn't x64, // because Cranelift only supports reference types on x64. ("reference_types", _) => {