aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/aarch64
AgeCommit message (Expand)Author
2020-01-03Add libm_alias_finite for _finite symbolsWilco Dijkstra
2020-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2019-12-27aarch64: add default memcpy version for kunpeng920Xuelei Zhang
2019-12-27aarch64: ifunc rename for kunpengXuelei Zhang
2019-12-27aarch64: Modify error-shown comments for strcpyXuelei Zhang
2019-12-19aarch64: Optimized memset for Kunpeng processor.Xuelei Zhang
2019-12-19aarch64: Optimized strlen for strlen_asimdXuelei Zhang
2019-12-19aarch64: Optimized implementation of memrchrXuelei Zhang
2019-12-19aarch64: Optimized implementation of strnlenXuelei Zhang
2019-12-19aarch64: Optimized implementation of strcpyXuelei Zhang
2019-12-19aarch64: Optimized implementation of memcmpXuelei Zhang
2019-12-02elf: Do not run IFUNC resolvers for LD_DEBUG=unused [BZ #24214]Florian Weimer
2019-11-26nptl: Add default pthread-offsets.hAdhemerval Zanella
2019-11-26nptl: Add struct_rwlock.hAdhemerval Zanella
2019-11-26nptl: Add struct_mutex.hAdhemerval Zanella
2019-11-26nptl: Remove rwlock elision definitionsAdhemerval Zanella
2019-11-26nptl: Add tests for internal pthread_rwlock_t offsetsAdhemerval Zanella
2019-11-26nptl: Cleanup mutex internal offset testsAdhemerval Zanella
2019-11-12aarch64: Increase small and medium cases for __memcpy_genericKrzysztof Koch
2019-10-01Split up endian.h to minimize exposure of BYTE_ORDER.Alistair Francis
2019-09-07Prefer https to http for gnu.org and fsf.org URLsPaul Eggert
2019-08-14aarch64: Disable using DC ZVA in emag memsetFeng Xue
2019-08-13Declare most TS 18661-1 interfaces for C2X.Joseph Myers
2019-07-10aarch64: simplify the DT_AARCH64_VARIANT_PCS handling codeSzabolcs Nagy
2019-07-04aarch64: new ifunc resolver ABISzabolcs Nagy
2019-06-13aarch64: handle STO_AARCH64_VARIANT_PCSSzabolcs Nagy
2019-05-03aarch64: thunderx2 memmove performance improvementsAnton Youdkevitch
2019-04-05aarch64: thunderx2 memcpy implementation cleanup and streamliningAnton Youdkevitch
2019-02-25Break more lines before not after operators.Joseph Myers
2019-02-01aarch64: Optimized memchr specific to AmpereComputing emagFeng Xue
2019-02-01aarch64: Optimized memset specific to AmpereComputing emagFeng Xue
2019-01-09[AArch64] Add ifunc support for AresWilco Dijkstra
2019-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2018-11-20[AArch64] Adjust writeback in non-zero memsetWilco Dijkstra
2018-10-16Remove extra space at end of line.Steve Ellcey
2018-10-16aarch64: optimized memcpy implementation for thunderx2Anton Youdkevitch
2018-09-28Remove unnecessary math_private.h includes.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 rint functions not __rint functions in glibc libm.Joseph Myers
2018-09-14Use floor functions not __floor functions in glibc libm.Joseph Myers
2018-09-05Add new exp and exp2 implementationsSzabolcs Nagy
2018-09-03Do not include fenv_private.h in math_private.h.Joseph Myers
2018-08-31[BZ #20271] Add newlines in __libc_fatal calls.Paul Pluzhnikov
2018-08-28Split fenv_private.h out of math_private.h more consistently.Joseph Myers
2018-08-24Move EXCEPTION_ENABLE_SUPPORTED out of math-tests.h.Joseph Myers
2018-08-15[aarch64] Add an ASIMD variant of strlen for falkorSiddhesh Poyarekar
2018-08-14Improve performance of sinf and cosfWilco Dijkstra
2018-08-10Clean up converttoint handling and document the semanticsSzabolcs Nagy