commit | 89360067071b1844bf745682e18db7dde74cdb8d | [log] [tgz] |
---|---|---|
author | Alex Bennée <alex.bennee@linaro.org> | Tue Dec 05 12:36:01 2017 +0000 |
committer | Alex Bennée <alex.bennee@linaro.org> | Wed Feb 21 10:21:41 2018 +0000 |
tree | 1fc3ea9f970e2a18df96ca31bbf00da9e21cacf9 | |
parent | 0bfc9f195209593e91a98cf2233753f56a2e5c02 [diff] |
fpu/softfloat: re-factor minmax Let's do the same re-factor treatment for minmax functions. I still use the MACRO trick to expand but now all the checking code is common. Signed-off-by: Alex Bennée <alex.bennee@linaro.org> Reviewed-by: Richard Henderson <richard.henderson@linaro.org>