qemu-e2k/fpu
Alex Bennée c13bb2da9e fpu/softfloat: re-factor sqrt
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. There
is a minor optimisation to avoid calculating more bits of precision
than we need however this still brings a performance drop, especially
for float64 operations.

Suggested-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
2018-02-21 10:21:54 +00:00
..
softfloat-macros.h fpu/softfloat: re-factor div 2018-02-21 10:21:06 +00:00
softfloat-specialize.h fpu/softfloat: re-factor muladd 2018-02-21 10:21:11 +00:00
softfloat.c fpu/softfloat: re-factor sqrt 2018-02-21 10:21:54 +00:00