aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/aarch64
AgeCommit message (Expand)AuthorFilesLines
2024-05-23aarch64: Remove duplicate memchr/strlen in libc.a (BZ 31777)Adhemerval Zanella2-0/+6
2024-05-21aarch64/fpu: Add vector variants of powJoe Ramsay20-12/+2231
2024-05-20aarch64: Update ulpsAdhemerval Zanella1-0/+20
2024-05-16aarch64/fpu: Add vector variants of cbrtJoe Ramsay13-0/+521
2024-05-16aarch64/fpu: Add vector variants of hypotJoe Ramsay13-0/+324
2024-05-14aarch64: Fix AdvSIMD libmvec routines for big-endianJoe Ramsay17-85/+119
2024-05-07elf: Only process multiple tunable once (BZ 31686)Adhemerval Zanella1-0/+4
2024-04-30AArch64: Remove unused defines of CPU namesWilco Dijkstra1-7/+0
2024-04-08aarch64: Enhanced CPU diagnostics for ld.soFlorian Weimer1-0/+84
2024-04-04aarch64: Remove ld.so __tls_get_addr plt usageAdhemerval Zanella1-1/+2
2024-04-04aarch64/fpu: Add vector variants of erfcJoe Ramsay16-1/+4892
2024-04-04aarch64/fpu: Add vector variants of tanhJoe Ramsay13-1/+374
2024-04-04aarch64/fpu: Add vector variants of sinhJoe Ramsay15-0/+567
2024-04-04aarch64/fpu: Add vector variants of atanhJoe Ramsay13-0/+283
2024-04-04aarch64/fpu: Add vector variants of asinhJoe Ramsay13-0/+484
2024-04-04aarch64/fpu: Add vector variants of acoshJoe Ramsay18-0/+648
2024-04-04aarch64/fpu: Add vector variants of coshJoe Ramsay17-1/+643
2024-04-04aarch64/fpu: Add vector variants of erfJoe Ramsay18-1/+4526
2024-03-21AArch64: Check kernel version for SVE ifuncsWilco Dijkstra4-2/+5
2024-03-19elf: Enable TLS descriptor tests on aarch64Adhemerval Zanella1-0/+1
2024-03-14aarch64: fix check for SVE support in assemblerSzabolcs Nagy2-4/+6
2024-02-26aarch64/fpu: Sync libmvec routines from 2.39 and before with AORJoe Ramsay18-105/+111
2024-02-01string: Use builtins for ffs and ffsllAdhemerval Zanella Netto1-0/+2
2024-02-01Refer to C23 in place of C2X in glibcJoseph Myers1-1/+1
2024-01-04aarch64: Make cpu-features definitions not Linux-specificSergey Bugaev2-0/+110
2024-01-02aarch64: Add longjmp test for SMESzabolcs Nagy2-0/+283
2024-01-02aarch64: Add longjmp support for SMESzabolcs Nagy1-0/+22
2024-01-02aarch64: Add SME runtime supportSzabolcs Nagy3-3/+129
2024-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert223-223/+223
2023-12-20aarch64: Add SIMD attributes to math functions with vector versionsJoe Ramsay2-0/+113
2023-12-20aarch64: Add half-width versions of AdvSIMD f32 libmvec routinesJoe Ramsay18-14/+108
2023-12-05aarch64: correct CFI in rawmemchr (bug 31113)Andreas Schwab1-1/+1
2023-12-04aarch64: fix tested ifunc variantsSzabolcs Nagy1-3/+3
2023-11-29aarch64: Improve special-case handling in AdvSIMD double-precision libmvec ro...Joe Ramsay1-1/+7
2023-11-22aarch64: Fix libmvec benchmarksJoe Ramsay2-49/+81
2023-11-21elf: Remove LD_PROFILE for static binariesAdhemerval Zanella2-2/+4
2023-11-20aarch64: Add vector implementations of expm1 routinesJoe Ramsay12-0/+458
2023-11-13AArch64: Remove Falkor memcpyWilco Dijkstra5-324/+0
2023-11-13AArch64: Add memset_zva64Wilco Dijkstra6-68/+38
2023-11-13AArch64: Cleanup emag memsetWilco Dijkstra4-197/+90
2023-11-10aarch64: Add vector implementations of log1p routinesJoe Ramsay12-0/+496
2023-11-10aarch64: Add vector implementations of atan2 routinesJoe Ramsay14-0/+531
2023-11-10aarch64: Add vector implementations of atan routinesJoe Ramsay12-0/+403
2023-11-10aarch64: Add vector implementations of acos routinesJoe Ramsay12-1/+436
2023-11-10aarch64: Add vector implementations of asin routinesJoe Ramsay12-1/+403
2023-11-01AArch64: Cleanup ifuncsWilco Dijkstra18-125/+41
2023-10-24AArch64: Add support for MOPS memcpy/memmove/memsetWilco Dijkstra9-1/+137
2023-10-23aarch64: Add vector implementations of exp10 routinesJoe Ramsay12-0/+524
2023-10-23aarch64: Add vector implementations of log10 routinesJoe Ramsay14-1/+580
2023-10-23aarch64: Add vector implementations of log2 routinesJoe Ramsay14-1/+545