aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/powerpc/powerpc64/fpu/multiarch
AgeCommit message (Expand)AuthorFilesLines
2019-07-08powerpc: refactor logb{f,l}Adhemerval Zanella10-236/+0
2019-07-08powerpc: Refactor modf{f}Adhemerval Zanella7-169/+0
2019-07-08powerpc: hypot refactor and optimizationAdhemerval Zanella7-160/+1
2019-06-26powerpc: Use generic e_expfAdhemerval Zanella5-79/+0
2019-06-17powerpc: Refactor powerpc64 lround/lroundf/llround/llroundfAdhemerval Zanella9-250/+1
2019-06-17powerpc: refactor powerpc64 lrint/lrintf/llrint/llrintfAdhemerval Zanella7-187/+1
2019-06-12powerpc: Remove optimized finiteAdhemerval Zanella7-239/+1
2019-06-12powerpc: Remove optimized isinfAdhemerval Zanella7-230/+0
2019-06-12powerpc: Remove optimized isnanAdhemerval Zanella9-313/+0
2019-06-12powerpc: copysign cleanupAdhemerval Zanella5-147/+1
2019-05-09powerpc: trunc/truncf refactorAdhemerval Zanella7-178/+0
2019-05-09powerpc: round/roundf refactorAdhemerval Zanella7-178/+1
2019-05-09powerpc: floor/floorf refactorAdhemerval Zanella7-178/+1
2019-04-29powerpc: ceil/ceilf refactorAdhemerval Zanella7-178/+1
2019-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers84-84/+84
2018-09-27Use copysign functions not __copysign functions in glibc libm.Joseph Myers2-0/+2
2018-09-27Use round functions not __round functions in glibc libm.Joseph Myers2-0/+2
2018-09-20Use trunc functions not __trunc functions in glibc libm.Joseph Myers2-0/+2
2018-09-17Use ceil functions not __ceil functions in glibc libm.Joseph Myers2-0/+2
2018-09-14Use floor functions not __floor functions in glibc libm.Joseph Myers2-0/+2
2018-08-20powerpc: Remove powerpc specific sinf and cosf optimizationRajalakshmi Srinivasaraghavan7-162/+0
2018-03-10Don't include math.h/math_private.h in math_ldbl_opt.h.Zack Weinberg3-0/+3
2018-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers90-90/+90
2017-12-05Use libm_alias_float for powerpc.Joseph Myers11-13/+24
2017-12-02Use libm_alias_double for remaining powerpc functions.Joseph Myers4-53/+11
2017-12-01Define powerpc64 lroundl compat symbol only once.Joseph Myers1-1/+0
2017-12-01Base powerpc logbl compat symbols on __logb not logb.Joseph Myers1-1/+1
2017-12-01Ues libm_alias_double for various powerpc functions.Joseph Myers5-46/+11
2017-10-31[PowerPC64] sysdep.h doesn't need to be included in multiarch filesAlan Modra41-83/+28
2017-10-31[PowerPC64] Don't define __GI_ variant of isnan for static libAlan Modra1-3/+5
2017-10-03Use libm_alias_double for dbl-64 modf.Joseph Myers1-5/+0
2017-10-03Use libm_alias_double for dbl-64 logb.Joseph Myers1-5/+0
2017-10-02Do not wrap expf and exp2fSzabolcs Nagy2-4/+2
2017-09-21powerpc: Add redirection for finitef128, isinf128, and isnanf128Gabriel F. T. Gomes3-0/+27
2017-09-15[BZ #21745] powerpc: build some IFUNC math functions for libc and libmTulio Magno Quites Machado Filho2-17/+22
2017-06-23powerpc: Fix sinf() IFUNC fallback.Rogerio A. Cardoso1-1/+1
2017-06-23powerpc: Add optimized version of [l]lroundfRajalakshmi Srinivasaraghavan3-1/+79
2017-06-21powerpc: Add optimized version of [l]lrintfRajalakshmi Srinivasaraghavan1-0/+46
2017-05-17powerpc: Add a POWER8-optimized version of cosf()Paul Clarke4-1/+85
2017-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers84-84/+84
2016-10-07Use gcc attribute ifunc in libc_ifunc macro instead of inline assembly due to...Stefan Liebler6-51/+74
2016-07-08ppc: Fix modf (sNaN) for pre-POWER5+ CPU (bug 20240).Aurelien Jarno1-0/+5
2016-06-30powerpc: Add a POWER8-optimized version of sinf()Anton Blanchard4-1/+85
2016-06-30powerpc: Add a POWER8-optimized version of expf()Tulio Magno Quites Machado Filho4-1/+83
2016-01-04Update copyright dates with scripts/update-copyrights.Joseph Myers78-78/+78
2015-01-02Update copyright dates with scripts/update-copyrights.Joseph Myers78-78/+78
2014-11-24Remove IS_IN_libmSiddhesh Poyarekar5-5/+5
2014-05-19PowerPC: Fix multiarch hypotf PPC64 pathAdhemerval Zanella1-0/+0
2014-02-27PowerPC: llround/llroundf POWER8 optimizationAdhemerval Zanella3-5/+39
2014-02-27PowerPC: llrint/llrintf POWER8 optimizationAdhemerval Zanella3-3/+38