sim-card
/
qemu
Archived
10
0
Fork 0
This repository has been archived on 2022-03-30. You can view files and clone it, but cannot push or open issues or pull requests.
qemu/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: use GCC builtins to count the leading zeros 2011-04-17 20:32:14 +02:00
softfloat-native.c softfloat-native: add float*_is_any_nan() functions 2011-04-25 11:18:33 +02:00
softfloat-native.h softfloat-native: add float*_is_any_nan() functions 2011-04-25 11:18:33 +02:00
softfloat-specialize.h softfloat: fix floatx80 handling of NaN 2011-04-25 11:18:32 +02:00
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