target/mips: Set default NaN pattern explicitly
authorPeter Maydell <peter.maydell@linaro.org>
Wed, 11 Dec 2024 15:31:06 +0000 (15:31 +0000)
committerPeter Maydell <peter.maydell@linaro.org>
Wed, 11 Dec 2024 15:31:06 +0000 (15:31 +0000)
commit5c3ba8105563010f3d4b1c79a90986f03368e534
tree4b3ef8d2a3458e95547cece8c079473ebef1dbe0
parent34f73db53d18152d25ae857a92a2f9cf206cbfd9
target/mips: Set default NaN pattern explicitly

Set the default NaN pattern explicitly for MIPS. Note that this
is our only target which currently changes the default NaN
at runtime (which it was previously doing indirectly when it
changed the snan_bit_is_one setting).

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-id: 20241202131347.498124-44-peter.maydell@linaro.org
target/mips/fpu_helper.h
target/mips/msa.c