commit | 0c4c90929143a530730e2879204a55a30bf63758 | [log] [tgz] |
---|---|---|
author | Alex Bennée <alex.bennee@linaro.org> | Tue Dec 05 17:14:42 2017 +0000 |
committer | Alex Bennée <alex.bennee@linaro.org> | Wed Feb 21 10:21:47 2018 +0000 |
tree | 8de5fe0c925eccc2468a53a4e4ca4afff7467543 | |
parent | 89360067071b1844bf745682e18db7dde74cdb8d [diff] |
fpu/softfloat: re-factor compare The compare function was already expanded from a macro. I keep the macro expansion but move most of the logic into a compare_decomposed. Signed-off-by: Alex Bennée <alex.bennee@linaro.org> Reviewed-by: Richard Henderson <richard.henderson@linaro.org>