de4af5f792
floatx80_is_{quiet,signaling}_nan() functions are incorrectly detecting the type of NaN, depending on SNAN_BIT_IS_ONE, one of the two is returning the correct value, and the other true for any kind of NaN. This patch fixes that by applying the same kind of comparison as for other float formats, but taking into account the explicit bit. Signed-off-by: Aurelien Jarno <aurelien@aurel32.net> |
||
---|---|---|
.. | ||
softfloat-macros.h | ||
softfloat-native.c | ||
softfloat-native.h | ||
softfloat-specialize.h | ||
softfloat.c | ||
softfloat.h |