about summary refs log tree commit diff
path: root/soft-fp
Commit message (Expand)AuthorAgeFilesLines
* soft-fp: Add brain format supportJakub Jelinek2024-02-0112-0/+738
* Update copyright dates with scripts/update-copyrightsPaul Eggert2024-01-01104-104/+104
* Update copyright dates with scripts/update-copyrightsJoseph Myers2023-01-06104-104/+104
* soft-fp: Add fixhf[uns][di|si] and float[uns][di|si]hfKito Cheng2022-08-088-0/+360
* Update copyright dates with scripts/update-copyrightsPaul Eggert2022-01-0196-96/+96
* Remove "Contributed by" linesSiddhesh Poyarekar2021-09-0381-161/+0
* soft-fp: Add __extendhfsf2/__extendhfdf2, __truncsfhf2/__truncdfhf2, __eqhf2/...liuhongt2021-07-076-0/+253
* soft-fp: Add __extendhfxf2 and __truncxfhf2H.J. Lu2021-07-012-0/+105
* Update copyright dates with scripts/update-copyrightsPaul Eggert2021-01-0289-89/+89
* Update copyright dates with scripts/update-copyrights.Joseph Myers2020-01-0189-89/+89
* Prefer https to http for gnu.org and fsf.org URLsPaul Eggert2019-09-0789-89/+89
* Correct the spelling of more contributorsPaul Eggert2019-08-2914-14/+14
* soft-fp: Properly check _FP_W_TYPE_SIZE [BZ #24066]H.J. Lu2019-01-078-8/+8
* Update copyright dates with scripts/update-copyrights.Joseph Myers2019-01-0189-89/+89
* soft-fp: Add implementation for 128 bit self-containedZong Li2018-11-011-0/+88
* soft-fp: Use temporary variable in FP_FRAC_SUB_3/FP_FRAC_SUB_4Zong Li2018-11-011-28/+35
* Make powerpc-nofpu __sqrtsf2, __sqrtdf2 compat symbols (bug 18473).Joseph Myers2018-06-014-150/+3
* Add narrowing multiply functions.Joseph Myers2018-05-161-0/+21
* Do not use packed structures in soft-fp.Joseph Myers2018-02-015-6/+6
* Update copyright dates with scripts/update-copyrights.Joseph Myers2018-01-0192-92/+92
* Add sysdeps/ieee754/soft-fp.Joseph Myers2017-12-123-202/+0
* Use libm_alias_* in soft-fp.Joseph Myers2017-10-113-8/+6
* Remove non-add-on Banner files.Joseph Myers2017-09-211-1/+0
* Narrowing the visibility of libc-internal.h even further.Zack Weinberg2017-03-013-9/+12
* * soft-fp/op-common.h (_FP_MUL, _FP_FMA, _FP_DIV): AddJakub Jelinek2017-01-241-0/+5
* Update copyright dates with scripts/update-copyrights.Joseph Myers2017-01-0195-95/+95
* [soft-fp] Add support for various half-precision conversion routines.James Greenhalgh2016-09-217-0/+455
* Fix soft-fp extended.h unpacking (GCC bug 77265).Joseph Myers2016-08-161-0/+4
* Update copyright dates with scripts/update-copyrights.Joseph Myers2016-01-0488-88/+88
* Remove GCC version conditionals on -Wmaybe-uninitialized pragmas.Joseph Myers2015-10-273-12/+0
* Fix undefined warning messages in GCC 6.Steve Ellcey2015-08-273-33/+45
* Fix soft-fp fma for -Wuninitialized.Joseph Myers2015-05-223-0/+36
* soft-fp: Fix alpha kernel build problemRichard Henderson2015-05-191-3/+2
* soft-fp: Define and use _FP_STATIC_ASSERT.Joseph Myers2015-03-123-32/+51
* soft-fp: Add _FP_UNREACHABLE.Joseph Myers2015-03-112-4/+13
* soft-fp: Use multiple-include guards.Joseph Myers2015-03-1010-2/+47
* soft-fp: Support conditional zero-initialization in declarations.Joseph Myers2015-03-074-6/+18
* Fix /* in comment in previous commit.Joseph Myers2015-03-071-1/+1
* soft-fp: Condition sfp-machine.h include path on __KERNEL__.Joseph Myers2015-03-071-0/+4
* soft-fp: Adjust call to abort for kernel use.Joseph Myers2015-02-201-1/+1
* soft-fp: Fix _FP_FMA when product is zero and third argument is finite (bug 1...Joseph Myers2015-02-061-0/+1
* soft-fp: Refine FP_EX_DENORM handling for comparisons.Joseph Myers2015-02-061-4/+45
* soft-fp: Support floating-point extensions without quieting sNaNs.Joseph Myers2015-02-061-4/+10
* soft-fp: Use __label__ for all labels within macros.Joseph Myers2015-01-221-0/+5
* Update copyright dates with scripts/update-copyrights.Joseph Myers2015-01-0288-88/+88
* soft-fp: Add _FP_TO_INT_ROUND.Joseph Myers2014-11-045-0/+226
* soft-fp: Use parentheses around macro arguments.Joseph Myers2014-10-098-305/+328
* soft-fp: Support rsigned == 2 in _FP_TO_INT.Joseph Myers2014-10-091-7/+38
* soft-fp: Support more precise "invalid" exceptions.Joseph Myers2014-10-092-81/+147
* soft-fp: Add FP_DENORM_ZERO.Joseph Myers2014-10-092-1/+38