aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/aarch64
AgeCommit message (Expand)AuthorFilesLines
2024-11-04aarch64: MTE compatible strncmprelease/2.29/masterAlex Butler1-99/+145
2024-04-09aarch64: Use memcpy_simd as the default memcpyWilco Dijkstra6-370/+81
2020-11-04aarch64: Fix DT_AARCH64_VARIANT_PCS handling [BZ #26798]Szabolcs Nagy1-8/+4
2020-10-14AArch64: Use __memcpy_simd on Neoverse N2/V1Wilco Dijkstra2-2/+4
2020-10-12[AArch64] Improve integer memcpyWilco Dijkstra1-96/+101
2020-10-12aarch64: Increase small and medium cases for __memcpy_genericKrzysztof Koch1-35/+47
2020-10-12AArch64: Rename IS_ARES to IS_NEOVERSE_N1Wilco Dijkstra2-2/+6
2020-10-12AArch64: Improve backwards memmove performanceWilco Dijkstra1-3/+4
2020-10-12AArch64: Add optimized Q-register memcpyWilco Dijkstra5-4/+255
2020-10-12AArch64: Align ENTRY to a cachelineWilco Dijkstra1-1/+1
2019-07-12aarch64: handle STO_AARCH64_VARIANT_PCSSzabolcs Nagy1-4/+31
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
2018-08-24Move EXCEPTION_ENABLE_SUPPORTED out of math-tests.h.Joseph Myers1-2/+6
2018-08-15[aarch64] Add an ASIMD variant of strlen for falkorSiddhesh Poyarekar6-4/+261
2018-08-14Improve performance of sinf and cosfWilco Dijkstra1-12/+12
2018-08-10Clean up converttoint handling and document the semanticsSzabolcs Nagy1-10/+7
2018-08-08[aarch64] Fix value of MIN_PAGE_SIZE for testingSiddhesh Poyarekar1-1/+1
2018-08-02Rename the glibc.tune namespace to glibc.cpuSiddhesh Poyarekar1-2/+2
2018-06-29aarch64,falkor: Use vector registers for memcpySiddhesh Poyarekar1-72/+65
2018-06-29aarch64,falkor: Use vector registers for memmoveSiddhesh Poyarekar1-105/+88
2018-06-12aarch64: add HXT Phecda core memory operation ifuncsHongbo Zhang3-5/+6
2018-06-08Mark _init and _fini as hidden [BZ #23145]H.J. Lu1-0/+2
2018-05-22Remove sysdeps/aarch64/soft-fp directory.Joseph Myers5-4/+4
2018-05-11Do not include math-barriers.h in math_private.h.Joseph Myers4-0/+4
2018-05-11aarch64,falkor: Ignore prefetcher tagging for smaller copiesSiddhesh Poyarekar1-27/+41
2018-05-11aarch64,falkor: Ignore prefetcher hints for memmove tailSiddhesh Poyarekar1-18/+28
2018-05-09Move math_opt_barrier, math_force_eval to separate math-barriers.h.Joseph Myers2-5/+27
2018-04-04elf: Unify symbol address run-time calculation [BZ #19818]Maciej W. Rozycki1-1/+1
2018-04-03[PATCH 1/7] sin/cos slow paths: avoid slow paths for small inputsWilco Dijkstra1-0/+6
2018-03-21Use x86_64 backtrace as generic version.Joseph Myers1-1/+0
2018-03-15Remove all target specific __ieee754_sqrt(f/l) inlinesWilco Dijkstra1-16/+0
2018-03-15aarch64/strncmp: Use lsr instead of mov+lsrSiddhesh Poyarekar1-4/+2
2018-03-14aarch64/strncmp: Unbreak builds with old binutilsSiddhesh Poyarekar1-2/+4
2018-03-13aarch64: Improve strncmp for mutually misaligned inputsSiddhesh Poyarekar1-15/+80
2018-03-11hurd: add gscope supportSamuel Thibault1-0/+1
2018-03-06aarch64: Fix branch target to loop16Siddhesh Poyarekar1-1/+1