Skip to content

Commit 9bfd4c3

Browse files
authored
improve impl of __sqrth, sqrtf, sqrt, __sqrtx and sqrtq (#25416)
The previous version (ported from musl) used bit-by-bit calculations and was slow, but the current version (also ported from musl) uses lookup tables combined with Goldschmidt iterations to significantly improve the speed.
1 parent 851ae9b commit 9bfd4c3

File tree

1 file changed

+674
-242
lines changed

1 file changed

+674
-242
lines changed

0 commit comments

Comments
 (0)