aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/aarch64
AgeCommit message (Expand)AuthorFilesLines
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
2018-03-06aarch64: Optimized memcmp for medium to large sizesSiddhesh Poyarekar1-21/+55
2018-02-22aarch64/strcmp: fix misaligned loop jump targetSiddhesh Poyarekar1-1/+1
2018-02-22IFUNC for Cavium ThunderX2Steve Ellcey5-10/+51
2018-02-15[AArch64] Fix include.Wilco Dijkstra1-1/+1
2018-02-12Remove slow paths from powWilco Dijkstra1-0/+2
2018-02-10[AArch64] Fix testsuite error due to fpsr/fscr changeWilco Dijkstra1-0/+2
2018-02-09[AArch64] Use builtins for fpcr/fpsrWilco Dijkstra1-4/+11
2018-02-02aarch64: Use the L() macro for labels in memcmpSiddhesh Poyarekar1-16/+16
2018-01-12aarch64: fix static pie enabled libc when main is in a shared librarySzabolcs Nagy1-2/+11
2018-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers117-117/+117
2017-12-20aarch64: update libm-test-ulpsSzabolcs Nagy1-20/+20
2017-12-20aarch64: fix memset with --disable-multi-archAdhemerval Zanella1-0/+4
2017-12-18aarch64: fix start code for static pieSzabolcs Nagy1-1/+10
2017-12-13aarch64: Improve strcmp unaligned performanceSiddhesh Poyarekar1-2/+29
2017-12-04aarch64: Avoid hidden symbols for memcpy/memmove into static binariesSiddhesh Poyarekar1-0/+2
2017-11-28Use libm_alias_float for aarch64.Joseph Myers13-13/+26
2017-11-27Use libm_alias_double for aarch64.Joseph Myers13-13/+26
2017-11-20aarch64: Optimized memset for falkorSiddhesh Poyarekar9-22/+193
2017-11-17aarch64: Fix f{max,min}{f} build for GCC 4.9 and 5Adhemerval Zanella1-0/+6
2017-11-07nptl: Define __PTHREAD_MUTEX_{NUSERS_AFTER_KIND,USE_UNION}Adhemerval Zanella1-0/+2
2017-11-07nptl: Add tests for internal pthread_mutex_t offsetsAdhemerval Zanella1-0/+5
2017-11-03aarch64: optimize _dl_tlsdesc_dynamic fast pathSzabolcs Nagy1-54/+51