| Commit message (Expand) | Author | Age | Files | Lines |
* | Inline __ieee754_sqrt and __ieee754_sqrtf. Also add external definitions. | Wilco Dijkstra | 2015-07-06 | 3 | -0/+72 |
* | Fix libm feupdateenv namespace (bug 17748). | Joseph Myers | 2015-01-07 | 1 | -2/+4 |
* | Fix libm fesetround namespace (bug 17748). | Joseph Myers | 2015-01-07 | 1 | -2/+4 |
* | Fix libm fesetenv namespace (bug 17748). | Joseph Myers | 2015-01-06 | 1 | -2/+4 |
* | Fix libm feholdexcept namespace (bug 17748). | Joseph Myers | 2015-01-05 | 1 | -2/+4 |
* | Fix libm fegetround namespace (bug 17748). | Joseph Myers | 2015-01-02 | 1 | -2/+4 |
* | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 2015-01-02 | 45 | -45/+45 |
* | Fix libm fegetenv namespace (bug 17748). | Joseph Myers | 2014-12-31 | 1 | -2/+4 |
* | Fix libm feraiseexcept namespace (bug 17723). | Joseph Myers | 2014-12-30 | 3 | -5/+7 |
* | Call libc_fetestexcept_aarch64. | Wilco Dijkstra | 2014-12-22 | 1 | -7/+2 |
* | Call libc_fesetround_aarch64. | Wilco Dijkstra | 2014-12-22 | 1 | -20/+5 |
* | Call libc_fetestexcept_aarch64 from math_private.h rather than duplicating fu... | Wilco Dijkstra | 2014-10-24 | 1 | -8/+2 |
* | Call libc_feholdexcept_aarch64 from math_private.h rather than duplicating fu... | Wilco Dijkstra | 2014-10-24 | 1 | -24/+2 |
* | Call get_rounding_mode rather than duplicating functionality. | Wilco Dijkstra | 2014-10-24 | 1 | -4/+2 |
* | Cleanup feenableexcept to use the same logic as the ARM version. No functiona... | Wilco Dijkstra | 2014-10-24 | 1 | -6/+1 |
* | Cleanup fedisableexcept to use the same logic as the ARM version. No function... | Wilco Dijkstra | 2014-10-24 | 1 | -6/+1 |
* | Cleanup feclearexcept to use the same logic as the ARM version. No functional... | Wilco Dijkstra | 2014-10-24 | 1 | -1/+1 |
* | Cleanup fesetexceptflag to use the same logic as the ARM version. No function... | Wilco Dijkstra | 2014-10-24 | 1 | -2/+3 |
* | Remove an unused include. | Wilco Dijkstra | 2014-10-24 | 1 | -1/+0 |
* | Remove spaces. | Wilco Dijkstra | 2014-10-24 | 4 | -4/+0 |
* | This patch adds new function libc_feholdsetround_noex_aarch64_ctx, enabling | Wilco Dijkstra | 2014-08-07 | 1 | -3/+27 |
* | [AArch64] Switch from FE_TOWARDZERO to _FPU_FPCR_RM_MASK | Wilco | 2014-06-03 | 2 | -6/+6 |
* | [AArch64] Cleanup declarations in math_private.h. | Wilco | 2014-06-03 | 1 | -8/+22 |
* | [AArch64] Remove ISB after FPCR write. | Wilco | 2014-06-02 | 1 | -5/+2 |
* | [AArch64] Rewrite feupdateenv (BZ 17009). | Wilco | 2014-06-02 | 1 | -5/+54 |
* | [AArch64] Suppress unnecessary FPSR and FPCR writes. | Ian Bolton | 2014-04-24 | 7 | -28/+46 |
* | [AArch64] Define HAVE_RM_CTX and related hooks. | Ian Bolton | 2014-04-17 | 1 | -0/+55 |
* | [AArch64] Provide initial implementation of math_private.h. | Ian Bolton | 2014-04-17 | 1 | -0/+214 |
* | [PATCH] [AArch64] Optional trapping exceptions support. | Marcus Shawcroft | 2014-03-07 | 2 | -0/+23 |
* | Relocate AArch64 from ports to libc. | Marcus Shawcroft | 2014-02-11 | 44 | -0/+1453 |