aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/aarch64
AgeCommit message (Expand)AuthorFilesLines
2020-03-19math: Remove inline math testsAdhemerval Zanella1-840/+0
2020-03-11[AArch64] Improve integer memcpyWilco Dijkstra1-96/+101
2020-02-18Introduce <elf-initfini.h> and ELF_INITFINI for all architecturesFlorian Weimer1-0/+20
2020-02-10nptl: add missing pthread-offsets.hAndreas Schwab1-0/+3
2020-01-03Add libm_alias_finite for _finite symbolsWilco Dijkstra3-3/+6
2020-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers134-134/+134
2019-12-27aarch64: add default memcpy version for kunpeng920Xuelei Zhang1-1/+1
2019-12-27aarch64: ifunc rename for kunpengXuelei Zhang2-2/+2
2019-12-27aarch64: Modify error-shown comments for strcpyXuelei Zhang1-1/+1
2019-12-19aarch64: Optimized memset for Kunpeng processor.Xuelei Zhang4-2/+119
2019-12-19aarch64: Optimized strlen for strlen_asimdXuelei Zhang2-17/+29
2019-12-19aarch64: Optimized implementation of memrchrXuelei Zhang1-0/+165
2019-12-19aarch64: Optimized implementation of strnlenXuelei Zhang1-1/+51
2019-12-19aarch64: Optimized implementation of strcpyXuelei Zhang1-32/+27
2019-12-19aarch64: Optimized implementation of memcmpXuelei Zhang1-53/+79
2019-12-02elf: Do not run IFUNC resolvers for LD_DEBUG=unused [BZ #24214]Florian Weimer1-1/+2
2019-11-26nptl: Add default pthread-offsets.hAdhemerval Zanella1-3/+0
2019-11-26nptl: Add struct_rwlock.hAdhemerval Zanella2-15/+41
2019-11-26nptl: Add struct_mutex.hAdhemerval Zanella1-7/+0
2019-11-26nptl: Remove rwlock elision definitionsAdhemerval Zanella1-2/+0
2019-11-26nptl: Add tests for internal pthread_rwlock_t offsetsAdhemerval Zanella1-0/+2
2019-11-26nptl: Cleanup mutex internal offset testsAdhemerval Zanella1-4/+0
2019-11-12aarch64: Increase small and medium cases for __memcpy_genericKrzysztof Koch1-35/+47
2019-10-01Split up endian.h to minimize exposure of BYTE_ORDER.Alistair Francis3-31/+16
2019-09-07Prefer https to http for gnu.org and fsf.org URLsPaul Eggert132-132/+132
2019-08-14aarch64: Disable using DC ZVA in emag memsetFeng Xue2-7/+17
2019-08-13Declare most TS 18661-1 interfaces for C2X.Joseph Myers1-1/+1
2019-07-10aarch64: simplify the DT_AARCH64_VARIANT_PCS handling codeSzabolcs Nagy2-6/+1
2019-07-04aarch64: new ifunc resolver ABISzabolcs Nagy5-1/+185
2019-06-13aarch64: handle STO_AARCH64_VARIANT_PCSSzabolcs Nagy3-4/+60
2019-05-03aarch64: thunderx2 memmove performance improvementsAnton Youdkevitch3-362/+216
2019-04-05aarch64: thunderx2 memcpy implementation cleanup and streamliningAnton Youdkevitch1-21/+22
2019-02-25Break more lines before not after operators.Joseph Myers2-5/+5
2019-02-01aarch64: Optimized memchr specific to AmpereComputing emagFeng Xue6-3/+308
2019-02-01aarch64: Optimized memset specific to AmpereComputing emagFeng Xue5-2/+217
2019-01-09[AArch64] Add ifunc support for AresWilco Dijkstra1-1/+1
2019-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers123-123/+123
2018-11-20[AArch64] Adjust writeback in non-zero memsetWilco Dijkstra1-3/+4
2018-10-16Remove extra space at end of line.Steve Ellcey1-1/+1
2018-10-16aarch64: optimized memcpy implementation for thunderx2Anton Youdkevitch2-18/+603
2018-09-28Remove unnecessary math_private.h includes.Joseph Myers8-8/+0
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 rint functions not __rint functions in glibc libm.Joseph Myers2-0/+2
2018-09-14Use floor functions not __floor functions in glibc libm.Joseph Myers2-0/+2
2018-09-05Add new exp and exp2 implementationsSzabolcs Nagy1-44/+44
2018-09-03Do not include fenv_private.h in math_private.h.Joseph Myers4-0/+4
2018-08-31[BZ #20271] Add newlines in __libc_fatal calls.Paul Pluzhnikov1-1/+1
2018-08-28Split fenv_private.h out of math_private.h more consistently.Joseph Myers2-280/+305