aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/aarch64/fpu
AgeCommit message (Expand)Author
2023-11-22aarch64: Fix libmvec benchmarksJoe 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-10-05aarch64: Optimise vecmath logsJoe Ramsay
2023-10-05aarch64: Cosmetic change in SVE exp routinesJoe Ramsay
2023-10-05aarch64: Optimize SVE cos & cosfJoe Ramsay
2023-10-05aarch64: Improve vecmath sin routinesJoe Ramsay
2023-09-26AArch64: Remove -0.0 check from vector sinWilco Dijkstra
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-06-30aarch64: Add vector implementations of cos routinesJoe Ramsay
2023-06-02Fix a few more typos I missed in previous round -- BZ 25337Paul Pluzhnikov
2023-05-03Enable libmvec support for AArch64Joe Ramsay
2023-01-06Update copyright dates with scripts/update-copyrightsJoseph Myers
2022-07-05AArch64: Reset HWCAP2_AFP bits in FPCR for default fenvTejas Belagod
2022-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert
2021-12-13aarch64: Add math-use-builtins-f{max,min}.hAdhemerval Zanella
2021-06-27Update math: redirect roundeven functionH.J. Lu
2021-06-08AArch64: Add support for roundeven[f]Wilco Dijkstra
2021-01-02Update copyright dates with scripts/update-copyrightsPaul Eggert
2020-06-22aarch64: Remove fpu MakefileAdhemerval Zanella
2020-06-22aarch64: Use math-use-builtins for ceil{f}Adhemerval Zanella
2020-06-22math: Decompose math-use-builtins.hAdhemerval Zanella
2020-06-03aarch/fpu: use generic builtins based math functionsVineet Gupta
2020-01-03Add libm_alias_finite for _finite symbolsWilco Dijkstra
2020-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2019-09-07Prefer https to http for gnu.org and fsf.org URLsPaul Eggert
2019-02-25Break more lines before not after operators.Joseph Myers
2019-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2018-09-28Remove unnecessary math_private.h includes.Joseph Myers
2018-09-27Use round functions not __round functions in glibc libm.Joseph Myers
2018-09-20Use trunc functions not __trunc functions in glibc libm.Joseph Myers
2018-09-17Use ceil functions not __ceil functions in glibc libm.Joseph Myers
2018-09-14Use rint functions not __rint functions in glibc libm.Joseph Myers
2018-09-14Use floor functions not __floor functions in glibc libm.Joseph Myers
2018-09-03Do not include fenv_private.h in math_private.h.Joseph Myers
2018-08-28Split fenv_private.h out of math_private.h more consistently.Joseph Myers
2018-08-10Clean up converttoint handling and document the semanticsSzabolcs Nagy
2018-05-11Do not include math-barriers.h in math_private.h.Joseph Myers
2018-05-09Move math_opt_barrier, math_force_eval to separate math-barriers.h.Joseph Myers