summaryrefslogtreecommitdiffstats
path: root/soft-fp (follow)
Commit message (Expand)AuthorAgeLines
* soft-fp: Add fixhf[uns][di|si] and float[uns][di|si]hfKito Cheng2022-08-08-0/+360
* Update copyright dates with scripts/update-copyrightsPaul Eggert2022-01-01-96/+96
* Remove "Contributed by" linesSiddhesh Poyarekar2021-09-03-161/+0
* soft-fp: Add __extendhfsf2/__extendhfdf2, __truncsfhf2/__truncdfhf2, __eqhf2/...liuhongt2021-07-07-0/+253
* soft-fp: Add __extendhfxf2 and __truncxfhf2H.J. Lu2021-07-01-0/+105
* Update copyright dates with scripts/update-copyrightsPaul Eggert2021-01-02-89/+89
* Update copyright dates with scripts/update-copyrights.Joseph Myers2020-01-01-89/+89
* Prefer https to http for gnu.org and fsf.org URLsPaul Eggert2019-09-07-89/+89
* Correct the spelling of more contributorsPaul Eggert2019-08-29-14/+14
* soft-fp: Properly check _FP_W_TYPE_SIZE [BZ #24066]H.J. Lu2019-01-07-8/+8
* Update copyright dates with scripts/update-copyrights.Joseph Myers2019-01-01-89/+89
* soft-fp: Add implementation for 128 bit self-containedZong Li2018-11-01-0/+88
* soft-fp: Use temporary variable in FP_FRAC_SUB_3/FP_FRAC_SUB_4Zong Li2018-11-01-28/+35
* Make powerpc-nofpu __sqrtsf2, __sqrtdf2 compat symbols (bug 18473).Joseph Myers2018-06-01-150/+3
* Add narrowing multiply functions.Joseph Myers2018-05-16-0/+21
* Do not use packed structures in soft-fp.Joseph Myers2018-02-01-6/+6
* Update copyright dates with scripts/update-copyrights.Joseph Myers2018-01-01-92/+92
* Add sysdeps/ieee754/soft-fp.Joseph Myers2017-12-12-202/+0
* Use libm_alias_* in soft-fp.Joseph Myers2017-10-11-8/+6
* Remove non-add-on Banner files.Joseph Myers2017-09-21-1/+0
* Narrowing the visibility of libc-internal.h even further.Zack Weinberg2017-03-01-9/+12
* * soft-fp/op-common.h (_FP_MUL, _FP_FMA, _FP_DIV): AddJakub Jelinek2017-01-24-0/+5
* Update copyright dates with scripts/update-copyrights.Joseph Myers2017-01-01-95/+95
* [soft-fp] Add support for various half-precision conversion routines.James Greenhalgh2016-09-21-0/+455
* Fix soft-fp extended.h unpacking (GCC bug 77265).Joseph Myers2016-08-16-0/+4
* Update copyright dates with scripts/update-copyrights.Joseph Myers2016-01-04-88/+88
* Remove GCC version conditionals on -Wmaybe-uninitialized pragmas.Joseph Myers2015-10-27-12/+0
* Fix undefined warning messages in GCC 6.Steve Ellcey2015-08-27-33/+45
* Fix soft-fp fma for -Wuninitialized.Joseph Myers2015-05-22-0/+36
* soft-fp: Fix alpha kernel build problemRichard Henderson2015-05-19-3/+2
* soft-fp: Define and use _FP_STATIC_ASSERT.Joseph Myers2015-03-12-32/+51
* soft-fp: Add _FP_UNREACHABLE.Joseph Myers2015-03-11-4/+13
* soft-fp: Use multiple-include guards.Joseph Myers2015-03-10-2/+47
* soft-fp: Support conditional zero-initialization in declarations.Joseph Myers2015-03-07-6/+18
* Fix /* in comment in previous commit.Joseph Myers2015-03-07-1/+1
* soft-fp: Condition sfp-machine.h include path on __KERNEL__.Joseph Myers2015-03-07-0/+4
* soft-fp: Adjust call to abort for kernel use.Joseph Myers2015-02-20-1/+1
* soft-fp: Fix _FP_FMA when product is zero and third argument is finite (bug 1...Joseph Myers2015-02-06-0/+1
* soft-fp: Refine FP_EX_DENORM handling for comparisons.Joseph Myers2015-02-06-4/+45
* soft-fp: Support floating-point extensions without quieting sNaNs.Joseph Myers2015-02-06-4/+10
* soft-fp: Use __label__ for all labels within macros.Joseph Myers2015-01-22-0/+5
* Update copyright dates with scripts/update-copyrights.Joseph Myers2015-01-02-88/+88
* soft-fp: Add _FP_TO_INT_ROUND.Joseph Myers2014-11-04-0/+226
* soft-fp: Use parentheses around macro arguments.Joseph Myers2014-10-09-305/+328
* soft-fp: Support rsigned == 2 in _FP_TO_INT.Joseph Myers2014-10-09-7/+38
* soft-fp: Support more precise "invalid" exceptions.Joseph Myers2014-10-09-81/+147
* soft-fp: Add FP_DENORM_ZERO.Joseph Myers2014-10-09-1/+38
* soft-fp: Fix _FP_TO_INT latent bug in overflow handling.Joseph Myers2014-10-09-2/+7
* soft-fp: Refactor exception handling for comparisons.Joseph Myers2014-10-09-61/+59
* soft-fp: Make extensions of subnormals from XFmode to TFmode signal underflow...Joseph Myers2014-10-09-2/+23