aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/powerpc/fpu/math-use-builtins-sqrt.h
AgeCommit message (Collapse)Author
2020-06-22powerpc: Use sqrt{f} builtinAdhemerval Zanella
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.