qemu/fpu
Peter Maydell 274f1b041e softfloat: Add float*_min() and float*_max() functions
Add min and max operations to softfloat. This allows us to implement
propagation of NaNs and handling of negative zero correctly (unlike
the approach of having target helper routines return one of the operands
based on the result of a comparison op).

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
2011-04-03 17:19:38 +02:00
..
softfloat-macros.h
softfloat-native.c
softfloat-native.h
softfloat-specialize.h
softfloat.c softfloat: Add float*_min() and float*_max() functions 2011-04-03 17:19:38 +02:00
softfloat.h softfloat: Add float*_min() and float*_max() functions 2011-04-03 17:19:38 +02:00