aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/powerpc/powerpc32/power4
AgeCommit message (Expand)Author
2024-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert
2023-08-01PowerPC: Influence cpu/arch hwcap features via GLIBC_TUNABLESMahesh Bodapati
2023-05-23Fix misspellings in sysdeps/powerpc -- BZ 25337Paul Pluzhnikov
2023-03-02powerpc: Remove strncmp variantsAdhemerval Zanella Netto
2023-02-08string: Add libc_hidden_proto for memrchrAdhemerval Zanella
2023-02-08string: Add libc_hidden_proto for strchrnulAdhemerval Zanella
2023-02-06string: Improve generic strnlen with memchrAdhemerval Zanella
2023-02-06string: Improve generic memchrAdhemerval Zanella
2023-02-06string: Improve generic strchrnulAdhemerval Zanella
2023-02-06Parameterize OP_T_THRES from memcopy.hRichard Henderson
2023-01-06Update copyright dates with scripts/update-copyrightsJoseph Myers
2022-11-01Disable use of -fsignaling-nans if compiler does not support itAdhemerval Zanella
2022-06-10Add bounds check to __libc_ifunc_impl_listWilco Dijkstra
2022-02-23powerpc: Remove powerpc32 bzero optimizationsAdhemerval Zanella
2022-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert
2021-12-13math: Remove powerpc e_hypotAdhemerval Zanella
2021-10-26String: Add hidden defs for __memcmpeq() to enable internal usageNoah Goldstein
2021-10-26String: Add support for __memcmpeq() ABI on all targetsNoah Goldstein
2021-09-03Remove "Contributed by" linesSiddhesh Poyarekar
2021-01-02Update copyright dates with scripts/update-copyrightsPaul Eggert
2020-09-22powerpc: Protect dl_powerpc_cpu_features on INIT_ARCH() [BZ #26615]Raphael Moreira Zinsly
2020-01-03Add libm_alias_finite for _finite symbolsWilco Dijkstra
2020-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2019-09-07Prefer https to http for gnu.org and fsf.org URLsPaul Eggert
2019-07-08powerpc: refactor logb{f,l}Adhemerval Zanella
2019-07-08powerpc: Refactor modf{f}Adhemerval Zanella
2019-06-26powerpc: Refactor powerpc32 lround/lroundf/llround/llroundfAdhemerval Zanella
2019-06-17powerpc: Refactor powerpc32 lrint/lrintf/llrint/llrintfAdhemerval Zanella
2019-06-12powerpc: Remove optimized finiteAdhemerval Zanella
2019-06-12powerpc: Remove optimized isinfAdhemerval Zanella
2019-06-12powerpc: Remove optimized isnanAdhemerval Zanella
2019-06-12powerpc: copysign cleanupAdhemerval Zanella
2019-05-09powerpc: trunc/truncf refactorAdhemerval Zanella
2019-05-09powerpc: round/roundf refactorAdhemerval Zanella
2019-05-09powerpc: floor/floorf refactorAdhemerval Zanella
2019-04-29powerpc: ceil/ceilf refactorAdhemerval Zanella
2019-04-04powerpc: Use generic wcsrchr optimizationAdhemerval Zanella
2019-04-04powerpc: Use generic wcschr optimizationAdhemerval Zanella
2019-04-04powerpc: Use generic wcscpy optimizationAdhemerval Zanella
2019-03-22Refactor hp-timing rtld usageAdhemerval Zanella
2019-02-27powerpc: Fix linknamespace introduced by 4d8015639a75Adhemerval Zanella
2019-02-27wcsmbs: optimize wcscatAdhemerval Zanella
2019-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2018-09-27Use copysign functions not __copysign functions in glibc libm.Joseph Myers
2018-09-27Use round functions not __round functions in glibc libm.Joseph Myers
2018-09-20Use trunc functions not __trunc functions in glibc libm.Joseph Myers
2018-09-17Use ceil functions not __ceil functions in glibc libm.Joseph Myers
2018-09-14Use floor functions not __floor functions in glibc libm.Joseph Myers
2018-03-10Don't include math.h/math_private.h in math_ldbl_opt.h.Zack Weinberg
2018-01-12powerpc: Fix llround spurious inexact on 32-bit POWER4 [BZ #22697]Tulio Magno Quites Machado Filho