aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/powerpc/powerpc32/power4/fpu/multiarch
AgeCommit message (Expand)AuthorFilesLines
2024-05-23powerpc: Remove duplicated llrintf and llrintf32 from libm.a (BZ 31787)Adhemerval Zanella2-0/+8
2024-04-02powerpc: Add missing arch flags on rounding ifunc variantsAdhemerval Zanella1-0/+6
2024-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert33-33/+33
2023-01-06Update copyright dates with scripts/update-copyrightsJoseph Myers33-33/+33
2022-11-01Disable use of -fsignaling-nans if compiler does not support itAdhemerval Zanella1-2/+2
2022-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert33-33/+33
2021-12-13math: Remove powerpc e_hypotAdhemerval Zanella7-162/+1
2021-01-02Update copyright dates with scripts/update-copyrightsPaul Eggert39-39/+39
2020-01-03Add libm_alias_finite for _finite symbolsWilco Dijkstra6-16/+4
2020-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers39-39/+39
2019-09-07Prefer https to http for gnu.org and fsf.org URLsPaul Eggert39-39/+39
2019-07-08powerpc: refactor logb{f,l}Adhemerval Zanella3-21/+3
2019-07-08powerpc: Refactor modf{f}Adhemerval Zanella2-20/+2
2019-06-26powerpc: Refactor powerpc32 lround/lroundf/llround/llroundfAdhemerval Zanella11-157/+15
2019-06-17powerpc: Refactor powerpc32 lrint/lrintf/llrint/llrintfAdhemerval Zanella11-145/+15
2019-06-12powerpc: Remove optimized finiteAdhemerval Zanella6-193/+2
2019-06-12powerpc: Remove optimized isinfAdhemerval Zanella6-186/+2
2019-06-12powerpc: Remove optimized isnanAdhemerval Zanella9-287/+2
2019-06-12powerpc: copysign cleanupAdhemerval Zanella5-149/+3
2019-05-09powerpc: trunc/truncf refactorAdhemerval Zanella8-117/+12
2019-05-09powerpc: round/roundf refactorAdhemerval Zanella8-117/+12
2019-05-09powerpc: floor/floorf refactorAdhemerval Zanella8-117/+12
2019-04-29powerpc: ceil/ceilf refactorAdhemerval Zanella9-117/+14
2019-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers87-87/+87
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-03-10Don't include math.h/math_private.h in math_ldbl_opt.h.Zack Weinberg2-0/+2
2018-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers87-87/+87
2017-12-05Use libm_alias_float for powerpc.Joseph Myers11-11/+22
2017-12-02Use libm_alias_double for remaining powerpc functions.Joseph Myers6-56/+13
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-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-08-25Remove powerpc32 sqrt wrappers.Joseph Myers7-188/+0
2017-01-04Move wrappers to libm-compat-calls-autoGabriel F. T. Gomes7-6/+7
2017-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers93-93/+93
2016-10-07Use gcc attribute ifunc in libc_ifunc macro instead of inline assembly due to...Stefan Liebler6-35/+58
2016-07-08ppc: Fix modf (sNaN) for pre-POWER5+ CPU (bug 20240).Aurelien Jarno1-0/+5
2016-01-04Update copyright dates with scripts/update-copyrights.Joseph Myers93-93/+93
2015-01-02Update copyright dates with scripts/update-copyrights.Joseph Myers93-93/+93
2014-11-24Remove IS_IN_libmSiddhesh Poyarekar5-5/+5
2014-01-01Update copyright notices with scripts/update-copyrightsAllan McRae93-93/+93
2013-12-06PowerPC: multiarch __ieee754_hypot[f] for PowerPC32Adhemerval Zanella7-1/+172
2013-12-06PowerPC: multiarch logb/logbf/logbl for PowerPC32Adhemerval Zanella10-1/+264
2013-12-06PowerPC: multiarch modf/modff for PowerPC32Adhemerval Zanella7-2/+194
2013-12-06PowerPC: multiarch lrint/lrintf for PowerPC32Adhemerval Zanella5-1/+137