qemu-patch-raspberry4/fpu
aurel32 e872aa811a softfloat-native: fix type of float_rounding_mode
fegetround() and fesetround() are using an int type. Change the type of
float_rounding_mode and floatx80_rounding_precision in the float_status
structure for consistency.

Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>

git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6115 c046a42c-6fe2-441c-8c8c-71466251a162
2008-12-20 23:41:32 +00:00
..
softfloat-macros.h Remove unnecessary trailing newlines 2008-12-13 09:32:43 +00:00
softfloat-native.c softfloat-native: fix *nan() 2008-12-15 17:14:12 +00:00
softfloat-native.h softfloat-native: fix type of float_rounding_mode 2008-12-20 23:41:32 +00:00
softfloat-specialize.h Implement default-NaN mode. 2008-12-19 13:53:37 +00:00
softfloat.c Implement flush-to-zero mode (denormal results are replaced with zero). 2008-12-19 14:33:59 +00:00
softfloat.h Implement flush-to-zero mode (denormal results are replaced with zero). 2008-12-19 14:33:59 +00:00