summaryrefslogtreecommitdiff
path: root/sysdeps/aarch64/fpu/bits
AgeCommit message (Expand)Author
2025-09-27AArch64: Implement AdvSIMD and SVE log10p1(f) routinesLuna Lamb
2025-09-27AArch64: Implement AdvSIMD and SVE log2p1(f) routinesLuna Lamb
2025-09-02AArch64: Implement exp2m1 and exp10m1 routinesHasaan Khan
2025-05-20AArch64: Fix typo in math-vector.hWilco Dijkstra
2025-05-19AArch64: Implement AdvSIMD and SVE atan2pi/fDylan Fleming
2025-05-19AArch64: Implement AdvSIMD and SVE atanpi/fDylan Fleming
2025-05-19AArch64: Implement AdvSIMD and SVE asinpi/fDylan Fleming
2025-05-19AArch64: Implement AdvSIMD and SVE acospi/fDylan Fleming
2025-01-03AArch64: Add vector tanpi routinesJoe Ramsay
2025-01-03AArch64: Add vector cospi routinesJoe Ramsay
2025-01-03AArch64: Add vector sinpi to libmvecJoe Ramsay
2025-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert
2024-09-19AArch64: Add vector logp1 alias for log1pJoe Ramsay
2024-05-21aarch64/fpu: Add vector variants of powJoe Ramsay
2024-05-16aarch64/fpu: Add vector variants of cbrtJoe Ramsay
2024-05-16aarch64/fpu: Add vector variants of hypotJoe Ramsay
2024-04-04aarch64/fpu: Add vector variants of erfcJoe Ramsay
2024-04-04aarch64/fpu: Add vector variants of tanhJoe Ramsay
2024-04-04aarch64/fpu: Add vector variants of sinhJoe Ramsay
2024-04-04aarch64/fpu: Add vector variants of atanhJoe Ramsay
2024-04-04aarch64/fpu: Add vector variants of asinhJoe Ramsay
2024-04-04aarch64/fpu: Add vector variants of acoshJoe Ramsay
2024-04-04aarch64/fpu: Add vector variants of coshJoe Ramsay
2024-04-04aarch64/fpu: Add vector variants of erfJoe Ramsay
2024-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert
2023-12-20aarch64: Add SIMD attributes to math functions with vector versionsJoe Ramsay
2023-11-20aarch64: Add vector implementations of expm1 routinesJoe Ramsay
2023-11-10aarch64: Add vector implementations of log1p routinesJoe Ramsay
2023-11-10aarch64: Add vector implementations of atan2 routinesJoe Ramsay
2023-11-10aarch64: Add vector implementations of atan routinesJoe Ramsay
2023-11-10aarch64: Add vector implementations of acos routinesJoe Ramsay
2023-11-10aarch64: Add vector implementations of asin routinesJoe Ramsay
2023-10-23aarch64: Add vector implementations of exp10 routinesJoe Ramsay
2023-10-23aarch64: Add vector implementations of log10 routinesJoe Ramsay
2023-10-23aarch64: Add vector implementations of log2 routinesJoe Ramsay
2023-10-23aarch64: Add vector implementations of exp2 routinesJoe Ramsay
2023-10-23aarch64: Add vector implementations of tan routinesJoe Ramsay
2023-06-30aarch64: Add vector implementations of exp routinesJoe Ramsay
2023-06-30aarch64: Add vector implementations of log routinesJoe Ramsay
2023-06-30aarch64: Add vector implementations of sin routinesJoe Ramsay
2023-05-03Enable libmvec support for AArch64Joe Ramsay