aboutsummaryrefslogtreecommitdiff
path: root/soft-fp/op-common.h
AgeCommit message (Expand)Author
2023-01-06Update copyright dates with scripts/update-copyrightsJoseph Myers
2022-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert
2021-09-03Remove "Contributed by" linesSiddhesh Poyarekar
2021-01-02Update copyright dates with scripts/update-copyrightsPaul Eggert
2020-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2019-09-07Prefer https to http for gnu.org and fsf.org URLsPaul Eggert
2019-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2018-05-16Add narrowing multiply functions.Joseph Myers
2018-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2017-01-24 * soft-fp/op-common.h (_FP_MUL, _FP_FMA, _FP_DIV): AddJakub Jelinek
2017-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2016-01-04Update copyright dates with scripts/update-copyrights.Joseph Myers
2015-05-19soft-fp: Fix alpha kernel build problemRichard Henderson
2015-03-12soft-fp: Define and use _FP_STATIC_ASSERT.Joseph Myers
2015-03-11soft-fp: Add _FP_UNREACHABLE.Joseph Myers
2015-03-10soft-fp: Use multiple-include guards.Joseph Myers
2015-03-07soft-fp: Support conditional zero-initialization in declarations.Joseph Myers
2015-02-20soft-fp: Adjust call to abort for kernel use.Joseph Myers
2015-02-06soft-fp: Fix _FP_FMA when product is zero and third argument is finite (bug 1...Joseph Myers
2015-02-06soft-fp: Refine FP_EX_DENORM handling for comparisons.Joseph Myers
2015-02-06soft-fp: Support floating-point extensions without quieting sNaNs.Joseph Myers
2015-01-22soft-fp: Use __label__ for all labels within macros.Joseph Myers
2015-01-02Update copyright dates with scripts/update-copyrights.Joseph Myers
2014-11-04soft-fp: Add _FP_TO_INT_ROUND.Joseph Myers
2014-10-09soft-fp: Use parentheses around macro arguments.Joseph Myers
2014-10-09soft-fp: Support rsigned == 2 in _FP_TO_INT.Joseph Myers
2014-10-09soft-fp: Support more precise "invalid" exceptions.Joseph Myers
2014-10-09soft-fp: Add FP_DENORM_ZERO.Joseph Myers
2014-10-09soft-fp: Fix _FP_TO_INT latent bug in overflow handling.Joseph Myers
2014-10-09soft-fp: Refactor exception handling for comparisons.Joseph Myers
2014-10-09soft-fp: Make extensions of subnormals from XFmode to TFmode signal underflow...Joseph Myers
2014-09-17soft-fp: Fix comment formatting.Joseph Myers
2014-09-17soft-fp: Correct _FP_TO_INT formatting.Joseph Myers
2014-06-30Rename soft-fp extended.h, op-common.h variables to avoid risk of shadowing.Joseph Myers
2014-02-12soft-fp: support after-rounding tininess detection.Joseph Myers
2014-01-01Update copyright notices with scripts/update-copyrightsAllan McRae
2013-10-17soft-fp: make extensions quiet signaling NaNs (bug 16041).Joseph Myers
2013-10-16soft-fp: fix horizontal whitespace.Joseph Myers
2013-10-15soft-fp: fix vertical whitespace and indentation.Joseph Myers
2013-10-12soft-fp: fix preprocessor indentation.Joseph Myers
2013-10-12soft-fp: fix floating-point to integer unsigned saturation.Joseph Myers
2013-10-10soft-fp: fix negation NaN handling (bug 16034).Joseph Myers
2013-10-09soft-fp: fix typo in comment.Adam Buchbinder
2013-07-02Implement fma in soft-fp.Joseph Myers
2013-06-21Fix bad shift in soft-fp (bug 7006).Joseph Myers
2013-06-06Fix leading whitespaces.Ondrej Bilka
2013-05-16MIPS: soft-fp NaN representation correctionsMaciej W. Rozycki
2013-04-25soft-fp: s/sNAN/NAN/ -- no sNaNs are ever produced.Maciej W. Rozycki
2013-01-02Update copyright notices with scripts/update-copyrights.Joseph Myers
2012-12-07soft-fp: Fix used without set warning in _FP_MUL and _FP_DIVRichard Henderson