aboutsummaryrefslogtreecommitdiff
path: root/soft-fp
AgeCommit message (Expand)AuthorFilesLines
2014-11-04soft-fp: Add _FP_TO_INT_ROUND.Joseph Myers5-0/+226
2014-10-09soft-fp: Use parentheses around macro arguments.Joseph Myers8-305/+328
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 Myers2-81/+147
2014-10-09soft-fp: Add FP_DENORM_ZERO.Joseph Myers2-1/+38
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 Myers17-61/+59
2014-10-09soft-fp: Make extensions of subnormals from XFmode to TFmode signal underflow...Joseph Myers6-2/+23
2014-10-09soft-fp: Remove FP_CLEAR_EXCEPTIONS.Joseph Myers1-3/+0
2014-09-17soft-fp: Fix comment formatting.Joseph Myers7-183/+113
2014-09-17soft-fp: Correct _FP_TO_INT formatting.Joseph Myers1-5/+7
2014-06-30Rename soft-fp op-[1248].h variables to avoid risk of shadowing.Joseph Myers4-510/+726
2014-06-30Rename soft-fp extended.h, op-common.h variables to avoid risk of shadowing.Joseph Myers2-258/+299
2014-02-26Consistently include Makeconfig after defining subdir.Joseph Myers1-0/+2
2014-02-12soft-fp: support after-rounding tininess detection.Joseph Myers2-4/+34
2014-01-01Update copyright notices with scripts/update-copyrightsAllan McRae88-88/+88
2013-11-26Avoid "left shift count >= width of type" warnings in soft-fp code.Uros Bizjak1-4/+4
2013-10-17soft-fp: make extensions quiet signaling NaNs (bug 16041).Joseph Myers1-0/+1
2013-10-16soft-fp: fix horizontal whitespace.Joseph Myers87-1783/+1785
2013-10-15soft-fp: remove unused macros.Joseph Myers2-33/+0
2013-10-15soft-fp: fix vertical whitespace and indentation.Joseph Myers85-3286/+3777
2013-10-12soft-fp: fix preprocessor indentation.Joseph Myers8-278/+279
2013-10-12soft-fp: make __unord* raise "invalid" for signaling NaNs (bug 16036).Joseph Myers3-0/+15
2013-10-12soft-fp: make ordered comparisons raise "invalid" for quiet NaNs (bug 14910).Joseph Myers6-6/+6
2013-10-12soft-fp: add missing FP_INIT_EXCEPTIONS and FP_INIT_ROUNDMODE calls.Joseph Myers39-0/+39
2013-10-12soft-fp: add macro FP_NO_EXCEPTIONS.Joseph Myers7-12/+30
2013-10-12soft-fp: fix _FP_DIV_MEAT_* returning results with wrong exponent (bug 16032).Joseph Myers2-4/+4
2013-10-12soft-fp: fix floating-point to integer unsigned saturation.Joseph Myers1-1/+1
2013-10-10Update copyright and license notices in soft-fp files from libgcc.Joseph Myers14-56/+42
2013-10-10Add soft-fp files from libgcc.Joseph Myers14-0/+646
2013-10-10soft-fp: split FP_INIT_EXCEPTIONS from FP_INIT_ROUNDMODE.Joseph Myers4-3/+11
2013-10-10soft-fp: fix negation NaN handling (bug 16034).Joseph Myers4-18/+7
2013-10-09soft-fp: Remove trailing semicolon from _FP_FRAC_DISASSEMBLE_4.Joseph Myers1-1/+1
2013-10-09soft-fp: fix typo in comment.Adam Buchbinder1-1/+1
2013-07-02Implement fma in soft-fp.Joseph Myers11-97/+580
2013-06-22Fix soft-fp shadowing between __FP_FRAC_ADD_3 and _FP_MUL_MEAT_2_wide_3mul (b...Joseph Myers1-6/+6
2013-06-21Fix bad shift in soft-fp (bug 7006).Joseph Myers1-2/+3
2013-06-06Fix leading whitespaces.Ondrej Bilka4-20/+20
2013-06-05Remove trailing whitespace.Joseph Myers6-22/+22
2013-05-16MIPS: soft-fp NaN representation correctionsMaciej W. Rozycki2-11/+54
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 Myers71-72/+71
2013-01-01Add script to update copyright notices and reformat some to facilitate its use.Joseph Myers1-2/+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 Shawcroft2-30/+29
2012-05-30Fix underflow generation in soft-fp.David S. Miller2-3/+17
2012-03-07Remove distribute variable from MakefilesUlrich Drepper1-7/+1
2012-03-01soft-fp: Support using struct layout attributes on bit-fields.Kai Tietz5-13/+23
2012-02-09Replace FSF snail mail address with URLs.Paul Eggert71-215/+142