]> git.proxmox.com Git - mirror_qemu.git/commit
softfloat: Inline floatx80 compare specializations
authorRichard Henderson <richard.henderson@linaro.org>
Tue, 5 May 2020 17:53:15 +0000 (10:53 -0700)
committerRichard Henderson <richard.henderson@linaro.org>
Tue, 19 May 2020 15:42:57 +0000 (08:42 -0700)
commitc6baf65000f826a713e8d9b5b35e617b0ca9ab5d
treed6be3d4407549eeebd41d3a17246e57fdca7b591
parentb7b1ac684fea49c6bfe1ad8b706aed7b09116d15
softfloat: Inline floatx80 compare specializations

Replace the floatx80 compare specializations with inline functions
that call the standard floatx80_compare{,_quiet} functions.
Use bool as the return type.

Reviewed-by: Alex Bennée <alex.bennee@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
fpu/softfloat.c
include/fpu/softfloat.h