aboutsummaryrefslogtreecommitdiff
path: root/soft-fp
AgeCommit message (Expand)AuthorFilesLines
2020-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers89-89/+89
2019-09-07Prefer https to http for gnu.org and fsf.org URLsPaul Eggert89-89/+89
2019-08-29Correct the spelling of more contributorsPaul Eggert14-14/+14
2019-01-07soft-fp: Properly check _FP_W_TYPE_SIZE [BZ #24066]H.J. Lu8-8/+8
2019-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers89-89/+89
2018-11-01soft-fp: Add implementation for 128 bit self-containedZong Li1-0/+88
2018-11-01soft-fp: Use temporary variable in FP_FRAC_SUB_3/FP_FRAC_SUB_4Zong Li1-28/+35
2018-06-01Make powerpc-nofpu __sqrtsf2, __sqrtdf2 compat symbols (bug 18473).Joseph Myers4-150/+3
2018-05-16Add narrowing multiply functions.Joseph Myers1-0/+21
2018-02-01Do not use packed structures in soft-fp.Joseph Myers5-6/+6
2018-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers92-92/+92
2017-12-12Add sysdeps/ieee754/soft-fp.Joseph Myers3-202/+0
2017-10-11Use libm_alias_* in soft-fp.Joseph Myers3-8/+6
2017-09-21Remove non-add-on Banner files.Joseph Myers1-1/+0
2017-03-01Narrowing the visibility of libc-internal.h even further.Zack Weinberg3-9/+12
2017-01-24 * soft-fp/op-common.h (_FP_MUL, _FP_FMA, _FP_DIV): AddJakub Jelinek1-0/+5
2017-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers95-95/+95
2016-09-21[soft-fp] Add support for various half-precision conversion routines.James Greenhalgh7-0/+455
2016-08-16Fix soft-fp extended.h unpacking (GCC bug 77265).Joseph Myers1-0/+4
2016-01-04Update copyright dates with scripts/update-copyrights.Joseph Myers88-88/+88
2015-10-27Remove GCC version conditionals on -Wmaybe-uninitialized pragmas.Joseph Myers3-12/+0
2015-08-27 Fix undefined warning messages in GCC 6.Steve Ellcey3-33/+45
2015-05-22Fix soft-fp fma for -Wuninitialized.Joseph Myers3-0/+36
2015-05-19soft-fp: Fix alpha kernel build problemRichard Henderson1-3/+2
2015-03-12soft-fp: Define and use _FP_STATIC_ASSERT.Joseph Myers3-32/+51
2015-03-11soft-fp: Add _FP_UNREACHABLE.Joseph Myers2-4/+13
2015-03-10soft-fp: Use multiple-include guards.Joseph Myers10-2/+47
2015-03-07soft-fp: Support conditional zero-initialization in declarations.Joseph Myers4-6/+18
2015-03-07Fix /* in comment in previous commit.Joseph Myers1-1/+1
2015-03-07soft-fp: Condition sfp-machine.h include path on __KERNEL__.Joseph Myers1-0/+4
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 Myers88-88/+88
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