aboutsummaryrefslogtreecommitdiff
path: root/soft-fp/op-common.h
AgeCommit message (Expand)AuthorFilesLines
2015-02-20soft-fp: Adjust call to abort for kernel use.Joseph Myers1-1/+1
2015-02-06soft-fp: Fix _FP_FMA when product is zero and third argument is finite (bug 1...Joseph Myers1-0/+1
2015-02-06soft-fp: Refine FP_EX_DENORM handling for comparisons.Joseph Myers1-4/+45
2015-02-06soft-fp: Support floating-point extensions without quieting sNaNs.Joseph Myers1-4/+10
2015-01-22soft-fp: Use __label__ for all labels within macros.Joseph Myers1-0/+5
2015-01-02Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2014-11-04soft-fp: Add _FP_TO_INT_ROUND.Joseph Myers1-0/+212
2014-10-09soft-fp: Use parentheses around macro arguments.Joseph Myers1-62/+63
2014-10-09soft-fp: Support rsigned == 2 in _FP_TO_INT.Joseph Myers1-7/+38
2014-10-09soft-fp: Support more precise "invalid" exceptions.Joseph Myers1-81/+109
2014-10-09soft-fp: Add FP_DENORM_ZERO.Joseph Myers1-1/+33
2014-10-09soft-fp: Fix _FP_TO_INT latent bug in overflow handling.Joseph Myers1-2/+7
2014-10-09soft-fp: Refactor exception handling for comparisons.Joseph Myers1-4/+26
2014-10-09soft-fp: Make extensions of subnormals from XFmode to TFmode signal underflow...Joseph Myers1-0/+2
2014-09-17soft-fp: Fix comment formatting.Joseph Myers1-53/+33
2014-09-17soft-fp: Correct _FP_TO_INT formatting.Joseph Myers1-5/+7
2014-06-30Rename soft-fp extended.h, op-common.h variables to avoid risk of shadowing.Joseph Myers1-174/+211
2014-02-12soft-fp: support after-rounding tininess detection.Joseph Myers1-4/+31
2014-01-01Update copyright notices with scripts/update-copyrightsAllan McRae1-1/+1
2013-10-17soft-fp: make extensions quiet signaling NaNs (bug 16041).Joseph Myers1-0/+1
2013-10-16soft-fp: fix horizontal whitespace.Joseph Myers1-449/+451
2013-10-15soft-fp: fix vertical whitespace and indentation.Joseph Myers1-1389/+1448
2013-10-12soft-fp: fix preprocessor indentation.Joseph Myers1-1/+1
2013-10-12soft-fp: fix floating-point to integer unsigned saturation.Joseph Myers1-1/+1
2013-10-10soft-fp: fix negation NaN handling (bug 16034).Joseph Myers1-3/+1
2013-10-09soft-fp: fix typo in comment.Adam Buchbinder1-1/+1
2013-07-02Implement fma in soft-fp.Joseph Myers1-0/+211
2013-06-21Fix bad shift in soft-fp (bug 7006).Joseph Myers1-2/+3
2013-06-06Fix leading whitespaces.Ondrej Bilka1-14/+14
2013-05-16MIPS: soft-fp NaN representation correctionsMaciej W. Rozycki1-7/+50
2013-04-25soft-fp: s/sNAN/NAN/ -- no sNaNs are ever produced.Maciej W. Rozycki1-1/+1
2013-01-02Update copyright notices with scripts/update-copyrights.Joseph Myers1-1/+1
2012-12-07soft-fp: Fix used without set warning in _FP_MUL and _FP_DIVRichard Henderson1-2/+2
2012-12-05Fix "set but not used" warnings for X##_s in soft-fp.Joseph Myers1-2/+4
2012-11-13Fix missing truncation UNDERFLOW.Marcus Shawcroft1-14/+11
2012-05-30Fix underflow generation in soft-fp.David S. Miller1-3/+10
2012-02-09Replace FSF snail mail address with URLs.Paul Eggert1-3/+2
2007-05-03* soft-fp/op-common.h (FP_TRUNC): Replace raising of FP_EX_INEXACT cvs/fedora-glibc-20070504T0917Jakub Jelinek1-5/+28
2007-05-03* math/test-misc.c (main): Add tests for rounding long double Jakub Jelinek1-2/+5
2007-01-15[BZ #2749]Jakub Jelinek1-3/+6
2007-01-11[BZ #2510, BZ #2830, BZ #3137, BZ #3313, BZ #3426, BZ #3465, BZ #3480, BZ #34...Ulrich Drepper1-6/+3
2007-07-31.Jakub Jelinek1-3/+6
2006-04-04* soft-fp/adddf3.c: Add libgcc exception. Update FSF address.Roland McGrath1-2/+11
2006-02-25* sysdeps/unix/sysv/linux/sparc/sparc64/dl-procinfo.c: Moved to ...Roland McGrath1-259/+782
2006-01-06* soft-fp/Makefile (gcc-single-routines): Add unordsf2,Roland McGrath1-0/+8
2006-01-06* soft-fp/op-common.h (__FP_CLZ): Define using __builtin_clz,Roland McGrath1-34/+12
2004-12-22(CFLAGS-tst-align.c): Add -mpreferred-stack-boundary=4.Ulrich Drepper1-816/+295
2007-07-122.5-18.1Jakub Jelinek1-295/+816
2002-10-17Update.Ulrich Drepper1-0/+44
2002-05-21Update.Ulrich Drepper1-10/+11