about summary refs log tree commit diff
path: root/sysdeps/powerpc/fpu/math-use-builtins-sqrt.h
Commit message (Collapse)AuthorAgeFilesLines
* powerpc: Use sqrt{f} builtinAdhemerval Zanella2020-06-221-0/+9
The powerpc sqrt implementation is also simplified: - the static constants are open coded within the implementation. - for !USE_SQRT_BUILTIN the function is implemented directly on __ieee754_sqrt (it avoid an superflous extra jump). Checked on powerpc-linux-gnu and powerpc64le-linux-gnu.