Skip to content

Commit

Permalink
Enable the spec::simd::simd_align test for AArch64
Browse files Browse the repository at this point in the history
Copyright (c) 2020, Arm Limited.
  • Loading branch information
akirilov-arm committed Jun 13, 2020
1 parent 60d55a3 commit d2fc7e6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,7 @@ fn ignore(testsuite: &str, testname: &str, strategy: &str) -> bool {
},
"Cranelift" => match (testsuite, testname) {
("simd", "simd_address") => return false,
("simd", "simd_align") => return false,
("simd", "simd_bitwise") => return false,
("simd", "simd_i8x16_cmp") => return false,
("simd", "simd_i16x8_cmp") => return false,
Expand Down

0 comments on commit d2fc7e6

Please sign in to comment.