glibc/sysdeps/powerpc/powerpc64/fpu
Adhemerval Zanella 08cee2a464 powerpc: Fix fsqrt build in libm [BZ#16576]
Some powerpc64 processors (e5500 core for instance) does not provide the
fsqrt instruction, however current check to use in math_private.h is
__WORDSIZE and _ARCH_PWR4 (ISA 2.02).  This is patch change it to use
the compiler flag _ARCH_PPCSQ (which is the same condition GCC uses to
decide whether to generate fsqrt instruction).

It fixes BZ#16576.
2015-01-28 05:59:16 -05:00
..
multiarch
s_ceil.S
s_ceilf.S
s_copysign.S
s_copysignf.S
s_copysignl.S
s_fabs.S
s_fabsl.S
s_fdim.c
s_floor.S
s_floorf.S
s_fma.S
s_fmax.S
s_fmin.S
s_isnan.S
s_llrint.S
s_llrintf.S
s_llround.S
s_llroundf.S
s_lrint.S
s_lround.S
s_lroundf.S
s_nearbyint.S
s_nearbyintf.S
s_rint.S
s_rintf.S
s_round.S
s_roundf.S
s_trunc.S
s_truncf.S