commit | b7b1ac684fea49c6bfe1ad8b706aed7b09116d15 | [log] [tgz] |
---|---|---|
author | Richard Henderson <richard.henderson@linaro.org> | Tue May 05 10:50:32 2020 -0700 |
committer | Richard Henderson <richard.henderson@linaro.org> | Tue May 19 08:42:49 2020 -0700 |
tree | ee091e98c15572433b580d85f8adc7d1cb22d7e1 | |
parent | 0673ecdf6cb2b1445a85283db8cbacb251c46516 [diff] |
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>