commit | 4f251cfd52c7945ebd6ab0d86518b1a9aa51b10c | [log] [tgz] |
---|---|---|
author | Richard Henderson <richard.henderson@linaro.org> | Thu May 10 15:21:31 2018 -0700 |
committer | Richard Henderson <richard.henderson@linaro.org> | Thu May 17 15:27:15 2018 -0700 |
tree | 33f89fe89d3602fa99418f99dd3a68c108a927ba | |
parent | 247d1f2190c5530fd18fe92a145d0a1985fca4e4 [diff] |
fpu/softfloat: Pass FloatClass to pickNaN For each operand, pass a single enumeration instead of a pair of booleans. The commit also merges multiple different ifdef-selected implementations of pickNaN into a single function whose body is ifdef-selected. Tested-by: Alex Bennée <alex.bennee@linaro.org> Reviewed-by: Peter Maydell <peter.maydell@linaro.org> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>