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

Richard Henderson posted 2 patches 4 months ago
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(-)
[PATCH 0/2] target/arm: Two more float_status conversions
Posted by Richard Henderson 4 months ago
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(-)

-- 
2.43.0
Re: [PATCH 0/2] target/arm: Two more float_status conversions
Posted by Peter Maydell 3 months, 3 weeks ago
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