]> git.proxmox.com Git - qemu.git/commit
softfloat: move float*_eq and float*_eq_quiet
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:15 +0000 (20:32 +0200)
commitb689362d14e7b5689c6e006f962268764ed5df64
tree870689a9cb4415d524cfd1d246240e110dd393cc
parent2657d0ff8f71cc5c084ee958d0087a5313099e74
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>
fpu/softfloat.c
fpu/softfloat.h