aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/aarch64/fpu
AgeCommit message (Expand)AuthorFilesLines
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
2018-08-28Split fenv_private.h out of math_private.h more consistently.Joseph Myers2-280/+305
2018-08-10Clean up converttoint handling and document the semanticsSzabolcs Nagy1-10/+7
2018-05-11Do not include math-barriers.h in math_private.h.Joseph Myers4-0/+4
2018-05-09Move math_opt_barrier, math_force_eval to separate math-barriers.h.Joseph Myers2-5/+27
2018-03-15Remove all target specific __ieee754_sqrt(f/l) inlinesWilco Dijkstra1-16/+0
2018-02-15[AArch64] Fix include.Wilco Dijkstra1-1/+1
2018-02-10[AArch64] Fix testsuite error due to fpsr/fscr changeWilco Dijkstra1-0/+2
2018-02-09[AArch64] Use builtins for fpcr/fpsrWilco Dijkstra1-4/+11
2018-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers48-48/+48
2017-11-28Use libm_alias_float for aarch64.Joseph Myers13-13/+26
2017-11-27Use libm_alias_double for aarch64.Joseph Myers13-13/+26
2017-11-17aarch64: Fix f{max,min}{f} build for GCC 4.9 and 5Adhemerval Zanella1-0/+6
2017-10-23aarch64: Add missing math Makefile for recent commitSzabolcs Nagy1-0/+8
2017-10-23aarch64: Implement math acceleration via builtinsMichael Collison30-288/+250
2017-09-25Optimized generic expf and exp2f with wrappersSzabolcs Nagy1-0/+20
2017-08-31ILP32 math changesSteve Ellcey8-12/+87
2017-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers50-50/+50
2016-09-07Add femode_t functions: aarch64.Joseph Myers2-0/+61
2016-09-01Make common fmax implementation generic.Paul E. Murphy3-3/+3
2016-08-16Add fesetexcept: aarch64.Joseph Myers1-0/+34
2016-01-04Update copyright dates with scripts/update-copyrights.Joseph Myers47-47/+47
2015-08-242015-08-24 Wilco Dijkstra <wdijkstr@arm.com>Wilco Dijkstra1-8/+4
2015-08-05Improve feenableexcept performance - avoid an unnecessary FPCR read in caseWilco Dijkstra1-9/+7
2015-08-05Improve fesetenv performance by avoiding unnecessary FPSR/FPCR reads/writes.Wilco Dijkstra1-17/+23
2015-07-13Add AArch64 versions of math_opt_barrier and math_force_eval that avoid going...Wilco Dijkstra1-0/+5
2015-07-06Inline __ieee754_sqrt and __ieee754_sqrtf. Also add external definitions.Wilco Dijkstra3-0/+72
2015-01-07Fix libm feupdateenv namespace (bug 17748).Joseph Myers1-2/+4
2015-01-07Fix libm fesetround namespace (bug 17748).Joseph Myers1-2/+4
2015-01-06Fix libm fesetenv namespace (bug 17748).Joseph Myers1-2/+4
2015-01-05Fix libm feholdexcept namespace (bug 17748).Joseph Myers1-2/+4
2015-01-02Fix libm fegetround namespace (bug 17748).Joseph Myers1-2/+4
2015-01-02Update copyright dates with scripts/update-copyrights.Joseph Myers45-45/+45
2014-12-31Fix libm fegetenv namespace (bug 17748).Joseph Myers1-2/+4
2014-12-30Fix libm feraiseexcept namespace (bug 17723).Joseph Myers3-5/+7
2014-12-22Call libc_fetestexcept_aarch64.Wilco Dijkstra1-7/+2
2014-12-22Call libc_fesetround_aarch64.Wilco Dijkstra1-20/+5
2014-10-24Call libc_fetestexcept_aarch64 from math_private.h rather than duplicating fu...Wilco Dijkstra1-8/+2
2014-10-24Call libc_feholdexcept_aarch64 from math_private.h rather than duplicating fu...Wilco Dijkstra1-24/+2
2014-10-24Call get_rounding_mode rather than duplicating functionality.Wilco Dijkstra1-4/+2
2014-10-24Cleanup feenableexcept to use the same logic as the ARM version. No functiona...Wilco Dijkstra1-6/+1
2014-10-24Cleanup fedisableexcept to use the same logic as the ARM version. No function...Wilco Dijkstra1-6/+1
2014-10-24Cleanup feclearexcept to use the same logic as the ARM version. No functional...Wilco Dijkstra1-1/+1
2014-10-24Cleanup fesetexceptflag to use the same logic as the ARM version. No function...Wilco Dijkstra1-2/+3
2014-10-24Remove an unused include.Wilco Dijkstra1-1/+0