You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
qemu/linux-user/arm/nwfpe
Peter Maydell d1ff996788 target/arm: Explicitly set 2-NaN propagation rule
Set the 2-NaN propagation rule explicitly in the float_status words
we use.  We wrap this plus the pre-existing setting of the
tininess-before-rounding flag in a new function
arm_set_default_fp_behaviours() to avoid repetition, since we have a
lot of float_status words at this point.

The situation with FPA11 emulation in linux-user is a little odd, and
arguably "correct" behaviour there would be to exactly match a real
Linux kernel's FPA11 emulation.  However FPA11 emulation is
essentially dead at this point and so it seems better to continue
with QEMU's current behaviour and leave a comment describing the
situation.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-id: 20241025141254.2141506-4-peter.maydell@linaro.org
4 weeks ago
..
double_cpdo.c Replace config-time define HOST_WORDS_BIGENDIAN 3 years ago
extended_cpdo.c linux-user: Clean up includes 9 years ago
fpa11.c target/arm: Explicitly set 2-NaN propagation rule 4 weeks ago
fpa11.h Clean up ill-advised or unusual header guards 9 years ago
fpa11.inl Update to a hopefully more future proof FSF address 15 years ago
fpa11_cpdo.c linux-user: Clean up includes 9 years ago
fpa11_cpdt.c Replace config-time define HOST_WORDS_BIGENDIAN 3 years ago
fpa11_cprt.c linux-user: Clean up includes 9 years ago
fpopcode.c linux-user: Clean up includes 9 years ago
fpopcode.h Clean up ill-advised or unusual header guards 9 years ago
fpsr.h Clean up ill-advised or unusual header guards 9 years ago
meson.build meson: linux-user 4 years ago
single_cpdo.c linux-user: Clean up includes 9 years ago