about summary refs log tree commit diff
path: root/sysdeps/aarch64
Commit message (Expand)AuthorAgeFilesLines
...
* aarch64: Add vector implementations of exp2 routinesJoe Ramsay2023-10-2312-0/+459
* aarch64: Add vector implementations of tan routinesJoe Ramsay2023-10-2318-1/+1244
* aarch64: Optimise vecmath logsJoe Ramsay2023-10-057-215/+226
* aarch64: Cosmetic change in SVE exp routinesJoe Ramsay2023-10-052-47/+44
* aarch64: Optimize SVE cos & cosfJoe Ramsay2023-10-052-53/+47
* aarch64: Improve vecmath sin routinesJoe Ramsay2023-10-053-73/+87
* AArch64: Remove -0.0 check from vector sinWilco Dijkstra2023-09-262-12/+2
* configure: Use autoconf 2.71Siddhesh Poyarekar2023-07-171-91/+111
* aarch64: Add vector implementations of exp routinesJoe Ramsay2023-06-3014-1/+593
* aarch64: Add vector implementations of log routinesJoe Ramsay2023-06-3014-1/+559
* aarch64: Add vector implementations of sin routinesJoe Ramsay2023-06-3012-6/+426
* aarch64: Add vector implementations of cos routinesJoe Ramsay2023-06-3010-117/+608
* Fix a few more typos I missed in previous round -- BZ 25337Paul Pluzhnikov2023-06-021-1/+1
* Fix misspellings in sysdeps/ -- BZ 25337Paul Pluzhnikov2023-05-302-5/+5
* aarch64: More configure checks for libmvecSzabolcs Nagy2023-05-052-6/+48
* aarch64: SVE ACLE configure test cleanupsSzabolcs Nagy2023-05-052-16/+27
* aarch64: fix SVE ACLE check for bootstrap glibc buildsSzabolcs Nagy2023-05-042-2/+2
* Enable libmvec support for AArch64Joe Ramsay2023-05-0325-0/+910
* aarch64: update libm test ulpsSzabolcs Nagy2023-02-241-0/+1
* AArch64: Fix HP_TIMING_DIFF computation [BZ# 29329]Jun Tang2023-02-221-1/+1
* string: Remove string_private.hAdhemerval Zanella2023-02-171-20/+0
* string: Add libc_hidden_proto for memrchrAdhemerval Zanella2023-02-081-0/+1
* string: Add libc_hidden_proto for strchrnulAdhemerval Zanella2023-02-081-0/+1
* AArch64: Improve SVE memcpy and memmoveWilco Dijkstra2023-02-061-20/+14
* AArch64: Improve strrchrWilco Dijkstra2023-01-171-25/+33
* AArch64: Optimize strnlenWilco Dijkstra2023-01-171-21/+18
* AArch64: Optimize strlenWilco Dijkstra2023-01-171-8/+12
* AArch64: Optimize strcpyWilco Dijkstra2023-01-171-17/+19
* AArch64: Improve strchrnulWilco Dijkstra2023-01-171-2/+10
* AArch64: Optimize strchrWilco Dijkstra2023-01-171-28/+24
* AArch64: Improve strlen_asimdWilco Dijkstra2023-01-171-12/+4
* AArch64: Optimize memrchrWilco Dijkstra2023-01-171-9/+11
* AArch64: Optimize memchrWilco Dijkstra2023-01-171-13/+14
* Update copyright dates with scripts/update-copyrightsJoseph Myers2023-01-06135-135/+135
* elf: Fix rtld-audit trampoline for aarch64Vladislav Khmelevsky2022-11-211-3/+1
* elf: Introduce <dl-call_tls_init_tp.h> and call_tls_init_tp (bug 29249)Florian Weimer2022-11-031-1/+1
* configure: Use -Wno-ignored-attributes if compiler warns about multiple aliasesAdhemerval Zanella2022-11-011-0/+1
* aarch64: Don't build wordcopySzabolcs Nagy2022-10-281-0/+0
* aarch64: Use memcpy_simd as the default memcpyWilco Dijkstra2022-10-266-370/+81
* aarch64: Cleanup memset ifuncWilco Dijkstra2022-10-262-17/+26
* Use PTR_MANGLE and PTR_DEMANGLE unconditionally in C sourcesFlorian Weimer2022-10-181-2/+0
* Introduce <pointer_guard.h>, extracted from <sysdep.h>Florian Weimer2022-10-183-0/+3
* elf: Remove -fno-tree-loop-distribute-patterns usage on dl-supportAdhemerval Zanella2022-10-101-0/+24
* Use atomic_exchange_release/acquireWilco Dijkstra2022-09-261-1/+1
* csu: Change start code license to have link exceptionSzabolcs Nagy2022-08-261-4/+21
* AArch64: Fix typo in sve configure check (BZ# 29394)Wilco Dijkstra2022-08-112-4/+4
* arc4random: simplify design for better safetyJason A. Donenfeld2022-07-273-358/+0
* aarch64: Add optimized chacha20Adhemerval Zanella Netto2022-07-223-0/+358
* aarch64: Optimize string functions with shrn instructionDanila Kutenin2022-07-066-102/+59
* AArch64: Reset HWCAP2_AFP bits in FPCR for default fenvTejas Belagod2022-07-051-1/+1