commit | b689362d14e7b5689c6e006f962268764ed5df64 | [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:15 2011 +0200 |
tree | 870689a9cb4415d524cfd1d246240e110dd393cc | |
parent | 2657d0ff8f71cc5c084ee958d0087a5313099e74 [diff] |
softfloat: move float*_eq and float*_eq_quiet I am not a big fan of code moving, but having the signaling version in the middle of quiet versions and vice versa doesn't make the code easy to read. This patch is a simple code move, basically swapping locations of float*_eq and float*_eq_quiet. Reviewed-by: Peter Maydell <peter.maydell@linaro.org> Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>