qemu-patch-raspberry4/fpu
Richard Henderson f7e598e264 fpu/softfloat: Replace float_class_dnan with parts_default_nan
With a canonical representation of NaNs, we can return the
default nan directly rather than delay the expansion until
the final format is known.

Note one case where we uselessly assigned to a.sign, which was
overwritten/ignored later when expanding float_class_dnan.

Tested-by: Alex Bennée <alex.bennee@linaro.org>
Reviewed-by: Alex Bennée <alex.bennee@linaro.org>
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
2018-05-17 15:24:19 -07:00
..
softfloat-specialize.h fpu/softfloat: Replace float_class_dnan with parts_default_nan 2018-05-17 15:24:19 -07:00
softfloat.c fpu/softfloat: Replace float_class_dnan with parts_default_nan 2018-05-17 15:24:19 -07:00