mbox series

[0/2] target/arm: Two more float_status conversions

Message ID 20241206031952.78776-1-richard.henderson@linaro.org
Headers show
Series target/arm: Two more float_status conversions | expand

Message

Richard Henderson Dec. 6, 2024, 3:19 a.m. UTC
Hi Peter,

You probably have something like this in your AFP tree already,
but while I'm sending all of the other float_status patches, I
thought I might as well send these two.

Based-on: 20241206031224.78525-1-richard.henderson@linaro.org
(target/arm: Helper type cleanups)

r~

Richard Henderson (2):
  target/arm: Use float_status in helper_fcvtx_f64_to_f32
  target/arm: Use float_status in helper_vfp_fcvt{ds,sd}

 target/arm/helper.h            |  4 ++--
 target/arm/tcg/helper-a64.h    |  2 +-
 target/arm/tcg/helper-a64.c    |  3 +--
 target/arm/tcg/translate-a64.c | 17 +++++++++++------
 target/arm/tcg/translate-vfp.c |  4 ++--
 target/arm/vfp_helper.c        |  8 ++++----
 6 files changed, 21 insertions(+), 17 deletions(-)

Comments

Peter Maydell Dec. 16, 2024, 2:02 p.m. UTC | #1
On Fri, 6 Dec 2024 at 03:20, Richard Henderson
<richard.henderson@linaro.org> wrote:
>
> Hi Peter,
>
> You probably have something like this in your AFP tree already,
> but while I'm sending all of the other float_status patches, I
> thought I might as well send these two.
>
> Based-on: 20241206031224.78525-1-richard.henderson@linaro.org
> (target/arm: Helper type cleanups)
>



Applied to target-arm.next, thanks.

-- PMM