On 02/06/2018 08:48 AM, Alex Bennée wrote: > This is a little bit of a departure from softfloat's original approach > as we skip the estimate step in favour of a straight iteration. > > Suggested-by: Richard Henderson <richard.hender...@linaro.org> > Signed-off-by: Alex Bennée <alex.ben...@linaro.org> > > --- > v3 > - added to series > - fixed renames of structs > v4 > - fix up comments > - use is_nan > - use return_nan instead of pick_nan(a,a) > --- > fpu/softfloat.c | 201 > ++++++++++++++++++++++-------------------------- > include/fpu/softfloat.h | 1 + > 2 files changed, 91 insertions(+), 111 deletions(-)
Did I not give you an r-b for this before? Anyway, Reviewed-by: Richard Henderson <richard.hender...@linaro.org> r~