1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-08-14 14:21:59 +03:00
Files
glibc/sysdeps/powerpc
Adhemerval Zanella 169ea8f928 powerpc: Use sqrt{f} builtin
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.
2020-06-22 11:09:49 -03:00
..
2020-03-30 10:52:25 -03:00
2020-06-22 11:09:49 -03:00
2020-03-30 10:52:25 -03:00
2016-09-07 16:40:09 +00:00