softfloat: Inline float64 compare specializations
commit0673ecdf6cb2b1445a85283db8cbacb251c46516
authorRichard Henderson <richard.henderson@linaro.org>
Tue, 5 May 2020 17:40:23 +0000 (5 10:40 -0700)
committerRichard Henderson <richard.henderson@linaro.org>
Tue, 19 May 2020 15:42:45 +0000 (19 08:42 -0700)
tree84dbaf6c8278f71e43beaaa716cea6bd2d5658cf
parent5da2d2d8e53d80e92a61720ea995c86b33cbf25d
softfloat: Inline float64 compare specializations

Replace the float64 compare specializations with inline functions
that call the standard float64_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
target/s390x/vec_fpu_helper.c