From cfbe0ef96a774068dfa2377fc8c390720ac2f618 Mon Sep 17 00:00:00 2001 From: Andrew Brown Date: Tue, 2 Mar 2021 10:20:42 -0800 Subject: [PATCH] [x64] Re-enable simd_lane.wast spec tests --- build.rs | 4 ---- 1 file changed, 4 deletions(-) diff --git a/build.rs b/build.rs index 8784dfa4be..5393166913 100644 --- a/build.rs +++ b/build.rs @@ -224,10 +224,6 @@ fn ignore(testsuite: &str, testname: &str, strategy: &str) -> bool { return env::var("CARGO_CFG_TARGET_ARCH").unwrap() != "x86_64"; } - // Waiting for an update to the spec testsuite to not use old - // instruction names. - ("simd", "simd_lane") => return true, - // These are new instructions that are not really implemented in any backend. ("simd", "simd_i8x16_arith2") | ("simd", "simd_conversions")