mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-06 17:23:56 -06:00
target/openrisc: Explicitly set 2-NaN propagation rule
Set the NaN propagation rule explicitly for the float_status word used in the openrisc target. Signed-off-by: Peter Maydell <peter.maydell@linaro.org> Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org> Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Message-id: 20241025141254.2141506-20-peter.maydell@linaro.org
This commit is contained in:
parent
4fafdcc833
commit
355e6cfb94
2 changed files with 7 additions and 1 deletions
|
@ -407,7 +407,7 @@ static int pickNaN(FloatClass a_cls, FloatClass b_cls,
|
|||
|| defined(TARGET_S390X) || defined(TARGET_PPC) || defined(TARGET_M68K) \
|
||||
|| defined(TARGET_SPARC) || defined(TARGET_XTENSA) \
|
||||
|| defined(TARGET_I386) || defined(TARGET_ALPHA) \
|
||||
|| defined(TARGET_MICROBLAZE)
|
||||
|| defined(TARGET_MICROBLAZE) || defined(TARGET_OPENRISC)
|
||||
g_assert_not_reached();
|
||||
#else
|
||||
rule = float_2nan_prop_x87;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue