target/arm: Set default NaN pattern explicitly
authorPeter Maydell <peter.maydell@linaro.org>
Wed, 11 Dec 2024 15:31:05 +0000 (15:31 +0000)
committerPeter Maydell <peter.maydell@linaro.org>
Wed, 11 Dec 2024 15:31:05 +0000 (15:31 +0000)
commit29fbe4786ecc1613224e64e188c93067ced6e750
tree0ba73889dc5b7f44ea12ff0ebb9beeb770d34ba1
parent369cb9cfe033b43a07e13265598c3df195ce2e4e
target/arm: Set default NaN pattern explicitly

Set the default NaN pattern explicitly for the arm target.
This includes setting it for the old linux-user nwfpe emulation.
For nwfpe, our default doesn't match the real kernel, but we
avoid making a behaviour change in this commit.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-id: 20241202131347.498124-41-peter.maydell@linaro.org
linux-user/arm/nwfpe/fpa11.c
target/arm/cpu.c