glibc/sysdeps/powerpc/fpu
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
..
e_hypot.c
e_hypotf.c
e_sqrt.c powerpc: Use sqrt{f} builtin 2020-06-22 11:09:49 -03:00
e_sqrtf.c powerpc: Use sqrt{f} builtin 2020-06-22 11:09:49 -03:00
fclrexcpt.c
fe_mask.c
fe_nomask.c
fedisblxcpt.c
feenablxcpt.c
fegetenv.c
fegetexcept.c
fegetmode.c
fegetround.c
feholdexcpt.c
fenv_const.c
fenv_libc.h
fenv_private.h
fesetenv.c
fesetexcept.c
fesetmode.c
fesetround.c
feupdateenv.c
fgetexcptflg.c
fix-fp-int-compare-invalid.h
fraiseexcpt.c
fsetexcptflg.c
ftestexcept.c
get-rounding-mode.h
libm-test-ulps
libm-test-ulps-name
Makefile
math_ldbl.h
math_private.h
math-barriers.h
math-tests-trap-force.h
math-use-builtins-fma.h math: Decompose math-use-builtins.h 2020-06-22 11:09:45 -03:00
math-use-builtins-sqrt.h powerpc: Use sqrt{f} builtin 2020-06-22 11:09:49 -03:00
round_to_integer.h
s_ceil.c
s_ceilf.c
s_copysign.c
s_copysignf.c
s_floor.c
s_floorf.c
s_logb.c
s_logbf.c
s_logbl.c
s_lrintf.c
s_modf.c
s_modff.c
s_nearbyint.c
s_nearbyintf.c
s_rint.c
s_rintf.c
s_round.c
s_roundf.c
s_trunc.c
s_truncf.c
t_sqrt.c
tst-setcontext-fpscr.c