about summary refs log tree commit diff
path: root/sysdeps/aarch64
Commit message (Expand)AuthorAgeFilesLines
* Add libm_alias_finite for _finite symbolsWilco Dijkstra2020-01-033-3/+6
* Update copyright dates with scripts/update-copyrights.Joseph Myers2020-01-01134-134/+134
* aarch64: add default memcpy version for kunpeng920Xuelei Zhang2019-12-271-1/+1
* aarch64: ifunc rename for kunpengXuelei Zhang2019-12-272-2/+2
* aarch64: Modify error-shown comments for strcpyXuelei Zhang2019-12-271-1/+1
* aarch64: Optimized memset for Kunpeng processor.Xuelei Zhang2019-12-194-2/+119
* aarch64: Optimized strlen for strlen_asimdXuelei Zhang2019-12-192-17/+29
* aarch64: Optimized implementation of memrchrXuelei Zhang2019-12-191-0/+165
* aarch64: Optimized implementation of strnlenXuelei Zhang2019-12-191-1/+51
* aarch64: Optimized implementation of strcpyXuelei Zhang2019-12-191-32/+27
* aarch64: Optimized implementation of memcmpXuelei Zhang2019-12-191-53/+79
* elf: Do not run IFUNC resolvers for LD_DEBUG=unused [BZ #24214]Florian Weimer2019-12-021-1/+2
* nptl: Add default pthread-offsets.hAdhemerval Zanella2019-11-261-3/+0
* nptl: Add struct_rwlock.hAdhemerval Zanella2019-11-262-15/+41
* nptl: Add struct_mutex.hAdhemerval Zanella2019-11-261-7/+0
* nptl: Remove rwlock elision definitionsAdhemerval Zanella2019-11-261-2/+0
* nptl: Add tests for internal pthread_rwlock_t offsetsAdhemerval Zanella2019-11-261-0/+2
* nptl: Cleanup mutex internal offset testsAdhemerval Zanella2019-11-261-4/+0
* aarch64: Increase small and medium cases for __memcpy_genericKrzysztof Koch2019-11-121-35/+47
* Split up endian.h to minimize exposure of BYTE_ORDER.Alistair Francis2019-10-013-31/+16
* Prefer https to http for gnu.org and fsf.org URLsPaul Eggert2019-09-07132-132/+132
* aarch64: Disable using DC ZVA in emag memsetFeng Xue2019-08-142-7/+17
* Declare most TS 18661-1 interfaces for C2X.Joseph Myers2019-08-131-1/+1
* aarch64: simplify the DT_AARCH64_VARIANT_PCS handling codeSzabolcs Nagy2019-07-102-6/+1
* aarch64: new ifunc resolver ABISzabolcs Nagy2019-07-045-1/+185
* aarch64: handle STO_AARCH64_VARIANT_PCSSzabolcs Nagy2019-06-133-4/+60
* aarch64: thunderx2 memmove performance improvementsAnton Youdkevitch2019-05-033-362/+216
* aarch64: thunderx2 memcpy implementation cleanup and streamliningAnton Youdkevitch2019-04-051-21/+22
* Break more lines before not after operators.Joseph Myers2019-02-252-5/+5
* aarch64: Optimized memchr specific to AmpereComputing emagFeng Xue2019-02-016-3/+308
* aarch64: Optimized memset specific to AmpereComputing emagFeng Xue2019-02-015-2/+217
* [AArch64] Add ifunc support for AresWilco Dijkstra2019-01-091-1/+1
* Update copyright dates with scripts/update-copyrights.Joseph Myers2019-01-01123-123/+123
* [AArch64] Adjust writeback in non-zero memsetWilco Dijkstra2018-11-201-3/+4
* Remove extra space at end of line.Steve Ellcey2018-10-161-1/+1
* aarch64: optimized memcpy implementation for thunderx2Anton Youdkevitch2018-10-162-18/+603
* Remove unnecessary math_private.h includes.Joseph Myers2018-09-288-8/+0
* Use round functions not __round functions in glibc libm.Joseph Myers2018-09-272-0/+2
* Use trunc functions not __trunc functions in glibc libm.Joseph Myers2018-09-202-0/+2
* Use ceil functions not __ceil functions in glibc libm.Joseph Myers2018-09-172-0/+2
* Use rint functions not __rint functions in glibc libm.Joseph Myers2018-09-142-0/+2
* Use floor functions not __floor functions in glibc libm.Joseph Myers2018-09-142-0/+2
* Add new exp and exp2 implementationsSzabolcs Nagy2018-09-051-44/+44
* Do not include fenv_private.h in math_private.h.Joseph Myers2018-09-034-0/+4
* [BZ #20271] Add newlines in __libc_fatal calls.Paul Pluzhnikov2018-08-311-1/+1
* Split fenv_private.h out of math_private.h more consistently.Joseph Myers2018-08-282-280/+305
* Move EXCEPTION_ENABLE_SUPPORTED out of math-tests.h.Joseph Myers2018-08-241-2/+6
* [aarch64] Add an ASIMD variant of strlen for falkorSiddhesh Poyarekar2018-08-156-4/+261
* Improve performance of sinf and cosfWilco Dijkstra2018-08-141-12/+12
* Clean up converttoint handling and document the semanticsSzabolcs Nagy2018-08-101-10/+7