about summary refs log tree commit diff
path: root/sysdeps/aarch64
Commit message (Expand)AuthorAgeFilesLines
* AArch64: Check kernel version for SVE ifuncsWilco Dijkstra2024-03-214-2/+5
* elf: Enable TLS descriptor tests on aarch64Adhemerval Zanella2024-03-191-0/+1
* aarch64: fix check for SVE support in assemblerSzabolcs Nagy2024-03-142-4/+6
* aarch64/fpu: Sync libmvec routines from 2.39 and before with AORJoe Ramsay2024-02-2618-105/+111
* string: Use builtins for ffs and ffsllAdhemerval Zanella Netto2024-02-011-0/+2
* Refer to C23 in place of C2X in glibcJoseph Myers2024-02-011-1/+1
* aarch64: Make cpu-features definitions not Linux-specificSergey Bugaev2024-01-042-0/+110
* aarch64: Add longjmp test for SMESzabolcs Nagy2024-01-022-0/+283
* aarch64: Add longjmp support for SMESzabolcs Nagy2024-01-021-0/+22
* aarch64: Add SME runtime supportSzabolcs Nagy2024-01-023-3/+129
* Update copyright dates with scripts/update-copyrightsPaul Eggert2024-01-01223-223/+223
* aarch64: Add SIMD attributes to math functions with vector versionsJoe Ramsay2023-12-202-0/+113
* aarch64: Add half-width versions of AdvSIMD f32 libmvec routinesJoe Ramsay2023-12-2018-14/+108
* aarch64: correct CFI in rawmemchr (bug 31113)Andreas Schwab2023-12-051-1/+1
* aarch64: fix tested ifunc variantsSzabolcs Nagy2023-12-041-3/+3
* aarch64: Improve special-case handling in AdvSIMD double-precision libmvec ro...Joe Ramsay2023-11-291-1/+7
* aarch64: Fix libmvec benchmarksJoe Ramsay2023-11-222-49/+81
* elf: Remove LD_PROFILE for static binariesAdhemerval Zanella2023-11-212-2/+4
* aarch64: Add vector implementations of expm1 routinesJoe Ramsay2023-11-2012-0/+458
* AArch64: Remove Falkor memcpyWilco Dijkstra2023-11-135-324/+0
* AArch64: Add memset_zva64Wilco Dijkstra2023-11-136-68/+38
* AArch64: Cleanup emag memsetWilco Dijkstra2023-11-134-197/+90
* aarch64: Add vector implementations of log1p routinesJoe Ramsay2023-11-1012-0/+496
* aarch64: Add vector implementations of atan2 routinesJoe Ramsay2023-11-1014-0/+531
* aarch64: Add vector implementations of atan routinesJoe Ramsay2023-11-1012-0/+403
* aarch64: Add vector implementations of acos routinesJoe Ramsay2023-11-1012-1/+436
* aarch64: Add vector implementations of asin routinesJoe Ramsay2023-11-1012-1/+403
* AArch64: Cleanup ifuncsWilco Dijkstra2023-11-0118-125/+41
* AArch64: Add support for MOPS memcpy/memmove/memsetWilco Dijkstra2023-10-249-1/+137
* aarch64: Add vector implementations of exp10 routinesJoe Ramsay2023-10-2312-0/+524
* aarch64: Add vector implementations of log10 routinesJoe Ramsay2023-10-2314-1/+580
* aarch64: Add vector implementations of log2 routinesJoe Ramsay2023-10-2314-1/+545
* 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