From 5c35a9631cdffc00a32b416f9cb0b80f182b716e Mon Sep 17 00:00:00 2001 From: Andrew Brown Date: Wed, 3 Jun 2020 12:20:44 -0700 Subject: [PATCH] Enable more SIMD spec tests --- build.rs | 2 -- 1 file changed, 2 deletions(-) diff --git a/build.rs b/build.rs index 8fa7dbade6..2baea0ab4f 100644 --- a/build.rs +++ b/build.rs @@ -200,8 +200,6 @@ fn ignore(testsuite: &str, testname: &str, strategy: &str) -> bool { ("simd", _) if target.contains("aarch64") => return true, ("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, // because Cranelift only supports reference types on x64.