Merge pull request #3044 from akirilov-arm/simd_i32x4_trunc_sat_f64x2

Enable the simd_i32x4_trunc_sat_f64x2 test for AArch64
This commit is contained in:
Chris Fallin
2021-07-01 09:28:39 -07:00
committed by GitHub
11 changed files with 492 additions and 161 deletions

View File

@@ -530,6 +530,7 @@ where
arg(0)?,
ValueConversionKind::Truncate(ctrl_ty),
)?),
Opcode::Uunarrow => unimplemented!("Uunarrow"),
Opcode::Uextend => assign(Value::convert(
arg(0)?,
ValueConversionKind::ZeroExtend(ctrl_ty),