Merge pull request #1859 from akirilov-arm/simd_address

Enable the spec::simd::simd_address test for AArch64
This commit is contained in:
Chris Fallin
2020-06-10 13:54:56 -07:00
committed by GitHub

View File

@@ -180,6 +180,7 @@ fn ignore(testsuite: &str, testname: &str, strategy: &str) -> bool {
_ => (),
},
"Cranelift" => match (testsuite, testname) {
("simd", "simd_address") => return false,
("simd", "simd_i8x16_cmp") => return false,
("simd", "simd_i16x8_cmp") => return false,
("simd", "simd_i32x4_cmp") => return false,