commit | 2657d0ff8f71cc5c084ee958d0087a5313099e74 | [log] [tgz] |
---|---|---|
author | Aurelien Jarno <aurelien@aurel32.net> | Thu Apr 14 00:49:29 2011 +0200 |
committer | Aurelien Jarno <aurelien@aurel32.net> | Sun Apr 17 20:32:14 2011 +0200 |
tree | 675d135d7a9b1ec7fd481a2e8055a2c8014a1150 | |
parent | 211315fb5eb35c055e3134d58f2880d466bd5902 [diff] |
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>