rust/library
Trevor Gross 573ded2ee8 Port the most recent version of Musl's sqrt as a generic algorithm
Musl commit 97e9b73d59 ("math: new software sqrt") adds a new algorithm
using Goldschmidt division. Port this algorithm to Rust and make it
generic, which shows a notable performance improvement over the existing
algorithm.

This also allows adding square root routines for `f16` and `f128`.
2025-01-22 05:31:13 +00:00
..
compiler-builtins/libm Port the most recent version of Musl's sqrt as a generic algorithm 2025-01-22 05:31:13 +00:00