]> git.proxmox.com Git - qemu.git/commit - target-i386/ops_sse.h
softfloat: rename float*_eq() into 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:14 +0000 (20:32 +0200)
commit211315fb5eb35c055e3134d58f2880d466bd5902
tree43fd99d1f79f5cb386d2e87043b9335e55973a68
parente0b29ce1cf961223a21caa459b14647c1da117ec
softfloat: rename float*_eq() into float*_eq_quiet()

float*_eq functions have a different semantics than other comparison
functions. Fix that by first renaming float*_quiet() into float*_eq_quiet().

Note that it is purely mechanical, and the behaviour should be unchanged.
That said it clearly highlight problems due to this different semantics,
they are fixed later in this patch series.

Cc: Alexander Graf <agraf@suse.de>
Acked-by: Edgar E. Iglesias <edgar.iglesias@gmail.com>
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
linux-user/arm/nwfpe/fpa11_cprt.c
target-alpha/op_helper.c
target-i386/ops_sse.h
target-microblaze/op_helper.c
target-mips/op_helper.c
target-ppc/op_helper.c