softfloat: Inline float128 compare specializations
commitb7b1ac684fea49c6bfe1ad8b706aed7b09116d15
authorRichard Henderson <richard.henderson@linaro.org>
Tue, 5 May 2020 17:50:32 +0000 (5 10:50 -0700)
committerRichard Henderson <richard.henderson@linaro.org>
Tue, 19 May 2020 15:42:49 +0000 (19 08:42 -0700)
treeee091e98c15572433b580d85f8adc7d1cb22d7e1
parent0673ecdf6cb2b1445a85283db8cbacb251c46516
softfloat: Inline float128 compare specializations

Replace the float128 compare specializations with inline functions
that call the standard float128_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