aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/powerpc/powerpc32/power4
AgeCommit message (Expand)AuthorFilesLines
2024-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert94-94/+94
2023-08-01PowerPC: Influence cpu/arch hwcap features via GLIBC_TUNABLESMahesh Bodapati2-5/+9
2023-05-23Fix misspellings in sysdeps/powerpc -- BZ 25337Paul Pluzhnikov2-2/+2
2023-03-02powerpc: Remove strncmp variantsAdhemerval Zanella Netto6-321/+1
2023-02-08string: Add libc_hidden_proto for memrchrAdhemerval Zanella2-6/+16
2023-02-08string: Add libc_hidden_proto for strchrnulAdhemerval Zanella2-8/+16
2023-02-06string: Improve generic strnlen with memchrAdhemerval Zanella1-7/+7
2023-02-06string: Improve generic memchrAdhemerval Zanella1-10/+4
2023-02-06string: Improve generic strchrnulAdhemerval Zanella1-4/+0
2023-02-06Parameterize OP_T_THRES from memcopy.hRichard Henderson1-5/+0
2023-01-06Update copyright dates with scripts/update-copyrightsJoseph Myers98-98/+98
2022-11-01Disable use of -fsignaling-nans if compiler does not support itAdhemerval Zanella1-2/+2
2022-06-10Add bounds check to __libc_ifunc_impl_listWilco Dijkstra1-7/+2
2022-02-23powerpc: Remove powerpc32 bzero optimizationsAdhemerval Zanella6-131/+2
2022-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert102-102/+102
2021-12-13math: Remove powerpc e_hypotAdhemerval Zanella7-162/+1
2021-10-26String: Add hidden defs for __memcmpeq() to enable internal usageNoah Goldstein2-0/+4
2021-10-26String: Add support for __memcmpeq() ABI on all targetsNoah Goldstein3-0/+8
2021-09-03Remove "Contributed by" linesSiddhesh Poyarekar9-9/+0
2021-01-02Update copyright dates with scripts/update-copyrightsPaul Eggert108-108/+108
2020-09-22powerpc: Protect dl_powerpc_cpu_features on INIT_ARCH() [BZ #26615]Raphael Moreira Zinsly1-1/+1
2020-01-03Add libm_alias_finite for _finite symbolsWilco Dijkstra6-16/+4
2020-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers108-108/+108
2019-09-07Prefer https to http for gnu.org and fsf.org URLsPaul Eggert108-108/+108
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 Zanella13-263/+15
2019-06-17powerpc: Refactor powerpc32 lrint/lrintf/llrint/llrintfAdhemerval Zanella13-223/+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-04-04powerpc: Use generic wcsrchr optimizationAdhemerval Zanella6-120/+0
2019-04-04powerpc: Use generic wcschr optimizationAdhemerval Zanella6-151/+1
2019-04-04powerpc: Use generic wcscpy optimizationAdhemerval Zanella6-122/+1
2019-03-22Refactor hp-timing rtld usageAdhemerval Zanella1-4/+0
2019-02-27powerpc: Fix linknamespace introduced by 4d8015639a75Adhemerval Zanella1-4/+4
2019-02-27wcsmbs: optimize wcscatAdhemerval Zanella2-16/+17
2019-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers171-171/+171
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-12powerpc: Fix llround spurious inexact on 32-bit POWER4 [BZ #22697]Tulio Magno Quites Machado Filho1-0/+5