aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/aarch64/fpu
AgeCommit message (Expand)AuthorFilesLines
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
2014-10-24Remove spaces.Wilco Dijkstra4-4/+0
2014-08-07This patch adds new function libc_feholdsetround_noex_aarch64_ctx, enablingWilco Dijkstra1-3/+27
2014-06-03[AArch64] Switch from FE_TOWARDZERO to _FPU_FPCR_RM_MASKWilco2-6/+6
2014-06-03[AArch64] Cleanup declarations in math_private.h.Wilco1-8/+22
2014-06-02[AArch64] Remove ISB after FPCR write.Wilco1-5/+2
2014-06-02[AArch64] Rewrite feupdateenv (BZ 17009).Wilco1-5/+54
2014-04-24[AArch64] Suppress unnecessary FPSR and FPCR writes.Ian Bolton7-28/+46
2014-04-17[AArch64] Define HAVE_RM_CTX and related hooks.Ian Bolton1-0/+55
2014-04-17[AArch64] Provide initial implementation of math_private.h.Ian Bolton1-0/+214
2014-03-07[PATCH] [AArch64] Optional trapping exceptions support.Marcus Shawcroft2-0/+23
2014-02-11Relocate AArch64 from ports to libc.Marcus Shawcroft44-0/+1453