commit | 4de25ed588dd29387af78829197bc16cfa00aa2e | [log] [tgz] |
---|---|---|
author | Peter Maydell <peter.maydell@linaro.org> | Sat Feb 01 16:39:38 2025 +0000 |
committer | Peter Maydell <peter.maydell@linaro.org> | Tue Feb 11 16:22:07 2025 +0000 |
tree | 8263e40b9ca8c513b019c9cd7e4436f5c2ae9717 | |
parent | 47d3216240f642102821467809d6719509eebc12 [diff] |
target/arm: Handle FPCR.AH in SVE FABS Make SVE FABS honour the FPCR.AH "don't negate the sign of a NaN" semantics. Signed-off-by: Peter Maydell <peter.maydell@linaro.org> Reviewed-by: Richard Henderson <richard.henderson@linaro.org>