|
From: | Richard Henderson |
Subject: | Re: [PATCH 47/76] target/arm: Implement FPCR.AH semantics for FMAXV and FMINV |
Date: | Sun, 26 Jan 2025 04:47:02 -0800 |
User-agent: | Mozilla Thunderbird |
On 1/24/25 08:28, Peter Maydell wrote:
Implement the FPCR.AH semantics for FMAXV and FMINV. These are the "recursively reduce all lanes of a vector to a scalar result" insns; we just need to use the_ah_ helper for the reduction step when FPCR.AH == 1. Signed-off-by: Peter Maydell<peter.maydell@linaro.org> --- target/arm/tcg/translate-a64.c | 28 ++++++++++++++++++---------- 1 file changed, 18 insertions(+), 10 deletions(-)
Reviewed-by: Richard Henderson <richard.henderson@linaro.org> r~
[Prev in Thread] | Current Thread | [Next in Thread] |