aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/aarch64/fpu
AgeCommit message (Expand)AuthorFilesLines
2024-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert121-121/+121
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-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-20aarch64: Add vector implementations of expm1 routinesJoe Ramsay11-0/+450
2023-11-10aarch64: Add vector implementations of log1p routinesJoe Ramsay11-0/+488
2023-11-10aarch64: Add vector implementations of atan2 routinesJoe Ramsay13-0/+523
2023-11-10aarch64: Add vector implementations of atan routinesJoe Ramsay11-0/+395
2023-11-10aarch64: Add vector implementations of acos routinesJoe Ramsay11-1/+428
2023-11-10aarch64: Add vector implementations of asin routinesJoe Ramsay11-1/+395
2023-10-23aarch64: Add vector implementations of exp10 routinesJoe Ramsay11-0/+516
2023-10-23aarch64: Add vector implementations of log10 routinesJoe Ramsay13-1/+572
2023-10-23aarch64: Add vector implementations of log2 routinesJoe Ramsay13-1/+537
2023-10-23aarch64: Add vector implementations of exp2 routinesJoe Ramsay11-0/+451
2023-10-23aarch64: Add vector implementations of tan routinesJoe Ramsay17-1/+1236
2023-10-05aarch64: Optimise vecmath logsJoe Ramsay7-215/+226
2023-10-05aarch64: Cosmetic change in SVE exp routinesJoe Ramsay2-47/+44
2023-10-05aarch64: Optimize SVE cos & cosfJoe Ramsay2-53/+47
2023-10-05aarch64: Improve vecmath sin routinesJoe Ramsay3-73/+87
2023-09-26AArch64: Remove -0.0 check from vector sinWilco Dijkstra2-12/+2
2023-06-30aarch64: Add vector implementations of exp routinesJoe Ramsay13-1/+585
2023-06-30aarch64: Add vector implementations of log routinesJoe Ramsay13-1/+551
2023-06-30aarch64: Add vector implementations of sin routinesJoe Ramsay11-6/+418
2023-06-30aarch64: Add vector implementations of cos routinesJoe Ramsay9-116/+607
2023-06-02Fix a few more typos I missed in previous round -- BZ 25337Paul Pluzhnikov1-1/+1
2023-05-03Enable libmvec support for AArch64Joe Ramsay22-0/+863
2023-01-06Update copyright dates with scripts/update-copyrightsJoseph Myers32-32/+32
2022-07-05AArch64: Reset HWCAP2_AFP bits in FPCR for default fenvTejas Belagod1-1/+1
2022-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert32-32/+32
2021-12-13aarch64: Add math-use-builtins-f{max,min}.hAdhemerval Zanella6-112/+8
2021-06-27Update math: redirect roundeven functionH.J. Lu2-1/+2
2021-06-08AArch64: Add support for roundeven[f]Wilco Dijkstra2-0/+57
2021-01-02Update copyright dates with scripts/update-copyrightsPaul Eggert34-34/+34
2020-06-22aarch64: Remove fpu MakefileAdhemerval Zanella1-14/+0
2020-06-22aarch64: Use math-use-builtins for ceil{f}Adhemerval Zanella2-58/+0
2020-06-22math: Decompose math-use-builtins.hAdhemerval Zanella9-71/+32
2020-06-03aarch/fpu: use generic builtins based math functionsVineet Gupta15-398/+71
2020-01-03Add libm_alias_finite for _finite symbolsWilco Dijkstra2-2/+4
2020-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers50-50/+50
2019-09-07Prefer https to http for gnu.org and fsf.org URLsPaul Eggert50-50/+50
2019-02-25Break more lines before not after operators.Joseph Myers1-3/+3
2019-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers50-50/+50
2018-09-28Remove unnecessary math_private.h includes.Joseph Myers8-8/+0
2018-09-27Use round functions not __round functions in glibc libm.Joseph Myers2-0/+2
2018-09-20Use trunc functions not __trunc functions in glibc libm.Joseph Myers2-0/+2
2018-09-17Use ceil functions not __ceil functions in glibc libm.Joseph Myers2-0/+2
2018-09-14Use rint functions not __rint functions in glibc libm.Joseph Myers2-0/+2
2018-09-14Use floor functions not __floor functions in glibc libm.Joseph Myers2-0/+2
2018-09-03Do not include fenv_private.h in math_private.h.Joseph Myers4-0/+4