softfloat: rename float*_eq_signaling() into float*_eq()
commit2657d0ff8f71cc5c084ee958d0087a5313099e74
authorAurelien Jarno <aurelien@aurel32.net>
Wed, 13 Apr 2011 22:49:29 +0000 (14 00:49 +0200)
committerAurelien Jarno <aurelien@aurel32.net>
Sun, 17 Apr 2011 18:32:14 +0000 (17 20:32 +0200)
tree675d135d7a9b1ec7fd481a2e8055a2c8014a1150
parent211315fb5eb35c055e3134d58f2880d466bd5902
softfloat: rename float*_eq_signaling() into float*_eq()

float*_eq_signaling functions have a different semantics than other
comparison functions. Fix that by renaming float*_quiet_signaling() into
float*_eq().

Note that it is purely mechanical, and the behaviour should be unchanged.

Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
fpu/softfloat-native.h
fpu/softfloat.c
fpu/softfloat.h