commit | 0673ecdf6cb2b1445a85283db8cbacb251c46516 | [log] [tgz] |
---|---|---|
author | Richard Henderson <richard.henderson@linaro.org> | Tue May 05 10:40:23 2020 -0700 |
committer | Richard Henderson <richard.henderson@linaro.org> | Tue May 19 08:42:45 2020 -0700 |
tree | 84dbaf6c8278f71e43beaaa716cea6bd2d5658cf | |
parent | 5da2d2d8e53d80e92a61720ea995c86b33cbf25d [diff] |
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>