about summary refs log tree commit diff
path: root/sysdeps/aarch64/fpu
Commit message (Expand)AuthorAgeFilesLines
* 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: 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
* aarch64: Add vector implementations of expm1 routinesJoe Ramsay2023-11-2011-0/+450
* aarch64: Add vector implementations of log1p routinesJoe Ramsay2023-11-1011-0/+488
* aarch64: Add vector implementations of atan2 routinesJoe Ramsay2023-11-1013-0/+523
* aarch64: Add vector implementations of atan routinesJoe Ramsay2023-11-1011-0/+395
* aarch64: Add vector implementations of acos routinesJoe Ramsay2023-11-1011-1/+428
* aarch64: Add vector implementations of asin routinesJoe Ramsay2023-11-1011-1/+395
* aarch64: Add vector implementations of exp10 routinesJoe Ramsay2023-10-2311-0/+516
* aarch64: Add vector implementations of log10 routinesJoe Ramsay2023-10-2313-1/+572
* aarch64: Add vector implementations of log2 routinesJoe Ramsay2023-10-2313-1/+537
* aarch64: Add vector implementations of exp2 routinesJoe Ramsay2023-10-2311-0/+451
* aarch64: Add vector implementations of tan routinesJoe Ramsay2023-10-2317-1/+1236
* 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
* aarch64: Add vector implementations of exp routinesJoe Ramsay2023-06-3013-1/+585
* aarch64: Add vector implementations of log routinesJoe Ramsay2023-06-3013-1/+551
* aarch64: Add vector implementations of sin routinesJoe Ramsay2023-06-3011-6/+418
* aarch64: Add vector implementations of cos routinesJoe Ramsay2023-06-309-116/+607
* Fix a few more typos I missed in previous round -- BZ 25337Paul Pluzhnikov2023-06-021-1/+1
* Enable libmvec support for AArch64Joe Ramsay2023-05-0322-0/+863
* Update copyright dates with scripts/update-copyrightsJoseph Myers2023-01-0632-32/+32
* AArch64: Reset HWCAP2_AFP bits in FPCR for default fenvTejas Belagod2022-07-051-1/+1
* Update copyright dates with scripts/update-copyrightsPaul Eggert2022-01-0132-32/+32
* aarch64: Add math-use-builtins-f{max,min}.hAdhemerval Zanella2021-12-136-112/+8
* Update math: redirect roundeven functionH.J. Lu2021-06-272-1/+2
* AArch64: Add support for roundeven[f]Wilco Dijkstra2021-06-082-0/+57
* Update copyright dates with scripts/update-copyrightsPaul Eggert2021-01-0234-34/+34
* aarch64: Remove fpu MakefileAdhemerval Zanella2020-06-221-14/+0
* aarch64: Use math-use-builtins for ceil{f}Adhemerval Zanella2020-06-222-58/+0
* math: Decompose math-use-builtins.hAdhemerval Zanella2020-06-229-71/+32
* aarch/fpu: use generic builtins based math functionsVineet Gupta2020-06-0315-398/+71
* Add libm_alias_finite for _finite symbolsWilco Dijkstra2020-01-032-2/+4
* Update copyright dates with scripts/update-copyrights.Joseph Myers2020-01-0150-50/+50
* Prefer https to http for gnu.org and fsf.org URLsPaul Eggert2019-09-0750-50/+50
* Break more lines before not after operators.Joseph Myers2019-02-251-3/+3
* Update copyright dates with scripts/update-copyrights.Joseph Myers2019-01-0150-50/+50
* Remove unnecessary math_private.h includes.Joseph Myers2018-09-288-8/+0
* Use round functions not __round functions in glibc libm.Joseph Myers2018-09-272-0/+2
* Use trunc functions not __trunc functions in glibc libm.Joseph Myers2018-09-202-0/+2
* Use ceil functions not __ceil functions in glibc libm.Joseph Myers2018-09-172-0/+2
* Use rint functions not __rint functions in glibc libm.Joseph Myers2018-09-142-0/+2
* Use floor functions not __floor functions in glibc libm.Joseph Myers2018-09-142-0/+2
* Do not include fenv_private.h in math_private.h.Joseph Myers2018-09-034-0/+4
* Split fenv_private.h out of math_private.h more consistently.Joseph Myers2018-08-282-280/+305