about summary refs log tree commit diff
path: root/sysdeps/aarch64/fpu
Commit message (Expand)AuthorAgeFilesLines
* 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
* Clean up converttoint handling and document the semanticsSzabolcs Nagy2018-08-101-10/+7
* Do not include math-barriers.h in math_private.h.Joseph Myers2018-05-114-0/+4
* Move math_opt_barrier, math_force_eval to separate math-barriers.h.Joseph Myers2018-05-092-5/+27
* Remove all target specific __ieee754_sqrt(f/l) inlinesWilco Dijkstra2018-03-151-16/+0
* [AArch64] Fix include.Wilco Dijkstra2018-02-151-1/+1
* [AArch64] Fix testsuite error due to fpsr/fscr changeWilco Dijkstra2018-02-101-0/+2
* [AArch64] Use builtins for fpcr/fpsrWilco Dijkstra2018-02-091-4/+11
* Update copyright dates with scripts/update-copyrights.Joseph Myers2018-01-0148-48/+48
* Use libm_alias_float for aarch64.Joseph Myers2017-11-2813-13/+26
* Use libm_alias_double for aarch64.Joseph Myers2017-11-2713-13/+26
* aarch64: Fix f{max,min}{f} build for GCC 4.9 and 5Adhemerval Zanella2017-11-171-0/+6
* aarch64: Add missing math Makefile for recent commitSzabolcs Nagy2017-10-231-0/+8
* aarch64: Implement math acceleration via builtinsMichael Collison2017-10-2330-288/+250
* Optimized generic expf and exp2f with wrappersSzabolcs Nagy2017-09-251-0/+20
* ILP32 math changesSteve Ellcey2017-08-318-12/+87
* Update copyright dates with scripts/update-copyrights.Joseph Myers2017-01-0150-50/+50
* Add femode_t functions: aarch64.Joseph Myers2016-09-072-0/+61
* Make common fmax implementation generic.Paul E. Murphy2016-09-013-3/+3
* Add fesetexcept: aarch64.Joseph Myers2016-08-161-0/+34
* Update copyright dates with scripts/update-copyrights.Joseph Myers2016-01-0447-47/+47
* 2015-08-24 Wilco Dijkstra <wdijkstr@arm.com>Wilco Dijkstra2015-08-241-8/+4
* Improve feenableexcept performance - avoid an unnecessary FPCR read in caseWilco Dijkstra2015-08-051-9/+7
* Improve fesetenv performance by avoiding unnecessary FPSR/FPCR reads/writes.Wilco Dijkstra2015-08-051-17/+23
* Add AArch64 versions of math_opt_barrier and math_force_eval that avoid going...Wilco Dijkstra2015-07-131-0/+5
* Inline __ieee754_sqrt and __ieee754_sqrtf. Also add external definitions.Wilco Dijkstra2015-07-063-0/+72
* Fix libm feupdateenv namespace (bug 17748).Joseph Myers2015-01-071-2/+4