commit | fdf89638dc1ca42222685d06dc0c465e4735cf44 | [log] [tgz] |
---|---|---|
author | Peter Maydell <peter.maydell@linaro.org> | Sat Feb 01 16:39:43 2025 +0000 |
committer | Peter Maydell <peter.maydell@linaro.org> | Tue Feb 11 16:22:07 2025 +0000 |
tree | bde8764d441f514ce2410ced57fcaac95a98b9f0 | |
parent | 28048a3d180b3893912344869dfa64c1e6a7d40f [diff] |
target/arm: Handle FPCR.AH in FRECPS and FRSQRTS vector insns Handle the FPCR.AH "don't negate the sign of a NaN" semantics in the vector versions of FRECPS and FRSQRTS, by implementing new vector wrappers that call the _ah_ scalar helpers. Signed-off-by: Peter Maydell <peter.maydell@linaro.org> Reviewed-by: Richard Henderson <richard.henderson@linaro.org>