commit | c6baf65000f826a713e8d9b5b35e617b0ca9ab5d | [log] [tgz] |
---|---|---|
author | Richard Henderson <richard.henderson@linaro.org> | Tue May 05 10:53:15 2020 -0700 |
committer | Richard Henderson <richard.henderson@linaro.org> | Tue May 19 08:42:57 2020 -0700 |
tree | d6be3d4407549eeebd41d3a17246e57fdca7b591 | |
parent | b7b1ac684fea49c6bfe1ad8b706aed7b09116d15 [diff] |
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>