qemu-patch-raspberry4/fpu
Peter Maydell e6afc87f80 softfloat: Add new flag for when denormal result is flushed to zero
Add a new float_flag_output_denormal which is set when the result
of a floating point operation would be denormal but is flushed to
zero because we are in flush_to_zero mode. This is necessary because
some architectures signal this condition as an underflow and others
signal it as an inexact result.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
2011-05-23 22:39:35 +02:00
..
softfloat-macros.h
softfloat-native.c
softfloat-native.h
softfloat-specialize.h
softfloat.c softfloat: Add new flag for when denormal result is flushed to zero 2011-05-23 22:39:35 +02:00
softfloat.h softfloat: Add new flag for when denormal result is flushed to zero 2011-05-23 22:39:35 +02:00