Enable the simd_i32x4_trunc_sat_f64x2 test for AArch64
Also, reorganize the AArch64-specific VCode instructions for unary narrowing and widening vector operations, so that they are more straightforward to use. Copyright (c) 2021, Arm Limited.
This commit is contained in:
1
build.rs
1
build.rs
@@ -233,7 +233,6 @@ fn ignore(testsuite: &str, testname: &str, strategy: &str) -> bool {
|
||||
| ("simd", "simd_i16x8_extmul_i8x16")
|
||||
| ("simd", "simd_i32x4_extadd_pairwise_i16x8")
|
||||
| ("simd", "simd_i32x4_extmul_i16x8")
|
||||
| ("simd", "simd_i32x4_trunc_sat_f64x2")
|
||||
| ("simd", "simd_i64x2_extmul_i32x4") => return true,
|
||||
|
||||
_ => {}
|
||||
|
||||
Reference in New Issue
Block a user