softfloat: rename float*_eq_signaling() into float*_eq()
authorAurelien Jarno <aurelien@aurel32.net>
Wed, 13 Apr 2011 22:49:29 +0000 (00:49 +0200)
committerAurelien Jarno <aurelien@aurel32.net>
Sun, 17 Apr 2011 18:32:14 +0000 (20:32 +0200)
commitf549e4b4d8341c9c983ab87f961824d951048c62
tree675d135d7a9b1ec7fd481a2e8055a2c8014a1150
parent6609a59935a54b6aafeb937752e429e8d43a9d20
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