Re: [PATCH 1/2] target/arm: Use float_status in helper_fcvtx_f64_to_f32

2024-12-06 Thread Philippe Mathieu-Daudé
On 6/12/24 04:19, Richard Henderson wrote: Pass float_status not env to match other functions. Signed-off-by: Richard Henderson --- target/arm/tcg/helper-a64.h| 2 +- target/arm/tcg/helper-a64.c| 3 +-- target/arm/tcg/translate-a64.c | 2 +- 3 files changed, 3 insertions(+), 4 dele

[PATCH 1/2] target/arm: Use float_status in helper_fcvtx_f64_to_f32

2024-12-05 Thread Richard Henderson
Pass float_status not env to match other functions. Signed-off-by: Richard Henderson --- target/arm/tcg/helper-a64.h| 2 +- target/arm/tcg/helper-a64.c| 3 +-- target/arm/tcg/translate-a64.c | 2 +- 3 files changed, 3 insertions(+), 4 deletions(-) diff --git a/target/arm/tcg/helper-a64.