| Commit message (Expand) | Author | Age | Files | Lines |
* | * soft-fp/op-common.h (_FP_MUL, _FP_FMA, _FP_DIV): Add | Jakub Jelinek | 2017-01-24 | 1 | -0/+5 |
* | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 2017-01-01 | 1 | -1/+1 |
* | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 2016-01-04 | 1 | -1/+1 |
* | soft-fp: Fix alpha kernel build problem | Richard Henderson | 2015-05-19 | 1 | -3/+2 |
* | soft-fp: Define and use _FP_STATIC_ASSERT. | Joseph Myers | 2015-03-12 | 1 | -24/+38 |
* | soft-fp: Add _FP_UNREACHABLE. | Joseph Myers | 2015-03-11 | 1 | -4/+4 |
* | soft-fp: Use multiple-include guards. | Joseph Myers | 2015-03-10 | 1 | -0/+5 |
* | soft-fp: Support conditional zero-initialization in declarations. | Joseph Myers | 2015-03-07 | 1 | -4/+4 |
* | soft-fp: Adjust call to abort for kernel use. | Joseph Myers | 2015-02-20 | 1 | -1/+1 |
* | soft-fp: Fix _FP_FMA when product is zero and third argument is finite (bug 1... | Joseph Myers | 2015-02-06 | 1 | -0/+1 |
* | soft-fp: Refine FP_EX_DENORM handling for comparisons. | Joseph Myers | 2015-02-06 | 1 | -4/+45 |
* | soft-fp: Support floating-point extensions without quieting sNaNs. | Joseph Myers | 2015-02-06 | 1 | -4/+10 |
* | soft-fp: Use __label__ for all labels within macros. | Joseph Myers | 2015-01-22 | 1 | -0/+5 |
* | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 2015-01-02 | 1 | -1/+1 |
* | soft-fp: Add _FP_TO_INT_ROUND. | Joseph Myers | 2014-11-04 | 1 | -0/+212 |
* | soft-fp: Use parentheses around macro arguments. | Joseph Myers | 2014-10-09 | 1 | -62/+63 |
* | soft-fp: Support rsigned == 2 in _FP_TO_INT. | Joseph Myers | 2014-10-09 | 1 | -7/+38 |
* | soft-fp: Support more precise "invalid" exceptions. | Joseph Myers | 2014-10-09 | 1 | -81/+109 |
* | soft-fp: Add FP_DENORM_ZERO. | Joseph Myers | 2014-10-09 | 1 | -1/+33 |
* | soft-fp: Fix _FP_TO_INT latent bug in overflow handling. | Joseph Myers | 2014-10-09 | 1 | -2/+7 |
* | soft-fp: Refactor exception handling for comparisons. | Joseph Myers | 2014-10-09 | 1 | -4/+26 |
* | soft-fp: Make extensions of subnormals from XFmode to TFmode signal underflow... | Joseph Myers | 2014-10-09 | 1 | -0/+2 |
* | soft-fp: Fix comment formatting. | Joseph Myers | 2014-09-17 | 1 | -53/+33 |
* | soft-fp: Correct _FP_TO_INT formatting. | Joseph Myers | 2014-09-17 | 1 | -5/+7 |
* | Rename soft-fp extended.h, op-common.h variables to avoid risk of shadowing. | Joseph Myers | 2014-06-30 | 1 | -174/+211 |
* | soft-fp: support after-rounding tininess detection. | Joseph Myers | 2014-02-12 | 1 | -4/+31 |
* | Update copyright notices with scripts/update-copyrights | Allan McRae | 2014-01-01 | 1 | -1/+1 |
* | soft-fp: make extensions quiet signaling NaNs (bug 16041). | Joseph Myers | 2013-10-17 | 1 | -0/+1 |
* | soft-fp: fix horizontal whitespace. | Joseph Myers | 2013-10-16 | 1 | -449/+451 |
* | soft-fp: fix vertical whitespace and indentation. | Joseph Myers | 2013-10-15 | 1 | -1389/+1448 |
* | soft-fp: fix preprocessor indentation. | Joseph Myers | 2013-10-12 | 1 | -1/+1 |
* | soft-fp: fix floating-point to integer unsigned saturation. | Joseph Myers | 2013-10-12 | 1 | -1/+1 |
* | soft-fp: fix negation NaN handling (bug 16034). | Joseph Myers | 2013-10-10 | 1 | -3/+1 |
* | soft-fp: fix typo in comment. | Adam Buchbinder | 2013-10-09 | 1 | -1/+1 |
* | Implement fma in soft-fp. | Joseph Myers | 2013-07-02 | 1 | -0/+211 |
* | Fix bad shift in soft-fp (bug 7006). | Joseph Myers | 2013-06-21 | 1 | -2/+3 |
* | Fix leading whitespaces. | Ondrej Bilka | 2013-06-06 | 1 | -14/+14 |
* | MIPS: soft-fp NaN representation corrections | Maciej W. Rozycki | 2013-05-16 | 1 | -7/+50 |
* | soft-fp: s/sNAN/NAN/ -- no sNaNs are ever produced. | Maciej W. Rozycki | 2013-04-25 | 1 | -1/+1 |
* | Update copyright notices with scripts/update-copyrights. | Joseph Myers | 2013-01-02 | 1 | -1/+1 |
* | soft-fp: Fix used without set warning in _FP_MUL and _FP_DIV | Richard Henderson | 2012-12-07 | 1 | -2/+2 |
* | Fix "set but not used" warnings for X##_s in soft-fp. | Joseph Myers | 2012-12-05 | 1 | -2/+4 |
* | Fix missing truncation UNDERFLOW. | Marcus Shawcroft | 2012-11-13 | 1 | -14/+11 |
* | Fix underflow generation in soft-fp. | David S. Miller | 2012-05-30 | 1 | -3/+10 |
* | Replace FSF snail mail address with URLs. | Paul Eggert | 2012-02-09 | 1 | -3/+2 |
* | * soft-fp/op-common.h (FP_TRUNC): Replace raising of FP_EX_INEXACT cvs/fedora-glibc-20070504T0917 | Jakub Jelinek | 2007-05-03 | 1 | -5/+28 |
* | * math/test-misc.c (main): Add tests for rounding long double | Jakub Jelinek | 2007-05-03 | 1 | -2/+5 |
* | [BZ #2749] | Jakub Jelinek | 2007-01-15 | 1 | -3/+6 |
* | [BZ #2510, BZ #2830, BZ #3137, BZ #3313, BZ #3426, BZ #3465, BZ #3480, BZ #34... | Ulrich Drepper | 2007-01-11 | 1 | -6/+3 |
* | . | Jakub Jelinek | 2007-07-31 | 1 | -3/+6 |