Hi Joseph:
I saw other soft-fp updates will also ask for some approval on the
list too, anyway I know that now :)
Thanks!
On Tue, Aug 16, 2022 at 10:18 PM Joseph Myers wrote:
>
> On Tue, 16 Aug 2022, Kito Cheng wrote:
>
> > ping
>
> Under our write access policies, "Importing files maintained o
On Tue, 16 Aug 2022, Kito Cheng wrote:
> ping
Under our write access policies, "Importing files maintained outside the
tree from their official versions." does not require review or approval.
--
Joseph S. Myers
jos...@codesourcery.com
ping
On Wed, Aug 10, 2022 at 10:23 PM Kito Cheng wrote:
>
> This patch is updating all soft-fp from glibc, most changes are
> copyright years update, removing "Contributed by" lines and update URL for
> license, and changes other than those update are adding conversion
> function between IEEE hal
This patch is updating all soft-fp from glibc, most changes are
copyright years update, removing "Contributed by" lines and update URL for
license, and changes other than those update are adding conversion
function between IEEE half and 32-bit/64-bit integer, those functions are
required by RISC-V
From: liuhongt
1. Add __extendhfdf2/__extendhfsf2 to return an IEEE half converted to
IEEE double/single.
2. Add __truncdfhf2/__extendsfhf2 to truncate IEEE double/single into
IEEE half.
3. Add __eqhf2/__nehf2 to return 0 if a == b and a,b are not NAN,
otherwise return 1.
These are needed by x86
On Thu, Jul 1, 2021 at 1:12 PM Jeff Law wrote:
>
>
>
> On 7/1/2021 1:28 PM, H.J. Lu via Gcc-patches wrote:
> > This patch is updating soft-fp from glibc:
> >
> > 1. Add __extendhfxf2 to return an IEEE half converted to IEEE extended.
> > 2. Add __truncxfhf2 to truncate IEEE extended into IEEE half
On 7/1/2021 1:28 PM, H.J. Lu via Gcc-patches wrote:
This patch is updating soft-fp from glibc:
1. Add __extendhfxf2 to return an IEEE half converted to IEEE extended.
2. Add __truncxfhf2 to truncate IEEE extended into IEEE half.
These are needed by x86 _Float16 support.
Presumably these are
This patch is updating soft-fp from glibc:
1. Add __extendhfxf2 to return an IEEE half converted to IEEE extended.
2. Add __truncxfhf2 to truncate IEEE extended into IEEE half.
These are needed by x86 _Float16 support.
---
libgcc/soft-fp/extendhfxf2.c | 53
l
On Wed, 15 May 2019, H.J. Lu wrote:
> This patch is updating all soft-fp from glibc, most changes are
> copyright years update, and changes other than years update are
>
> * soft-fp/extenddftf2.c: Use "_FP_W_TYPE_SIZE < 64" to check if
> 4_FP_W_TYPEs are used for IEEE quad precision.
This patch is updating all soft-fp from glibc, most changes are
copyright years update, and changes other than years update are
* soft-fp/extenddftf2.c: Use "_FP_W_TYPE_SIZE < 64" to check if
4_FP_W_TYPEs are used for IEEE quad precision.
* soft-fp/extendhftf2.c: Likewise.
On Thu, 8 Nov 2018, Kito Cheng wrote:
> Hi Joseph:
>
> I don't have commit right, could you help me to commit that, thanks :)
Done.
--
Joseph S. Myers
jos...@codesourcery.com
Hi Joseph:
I don't have commit right, could you help me to commit that, thanks :)
On Thu, Nov 8, 2018 at 1:14 AM Joseph Myers wrote:
>
> This patch is OK.
>
> --
> Joseph S. Myers
> jos...@codesourcery.com
This patch is OK.
--
Joseph S. Myers
jos...@codesourcery.com
df2.c: Likewise.
* soft-fp/unordsf2.c: Likewise.
* soft-fp/unordtf2.c: Likewise.
From dbd279ae36eaab25067b0c8ddd371b492418a987 Mon Sep 17 00:00:00 2001
From: Kito Cheng
Date: Wed, 7 Nov 2018 16:07:21 +0800
Subject: [PATCH] Update soft-fp from glibc.
---
libgcc/ChangeLog
---
This patch can be self approved
---
Hi,
This patch merges in the support added to glibc for HFmode conversions in
this patch:
commit 87ab10d6524fe4faabd7eb3eac5868165ecfb323
Author: James Greenhalgh
Date: Wed Sep 21 21:02:54 2016 +
[soft-fp] Add support for vario
Hi,
This patch merges in the support added to glibc for HFmode conversions in
this patch:
commit 87ab10d6524fe4faabd7eb3eac5868165ecfb323
Author: James Greenhalgh
Date: Wed Sep 21 21:02:54 2016 +
[soft-fp] Add support for various half-precision conversion routines.
Hi,
This patch merges in the support added to glibc for HFmode conversions in
this patch:
commit 87ab10d6524fe4faabd7eb3eac5868165ecfb323
Author: James Greenhalgh
Date: Wed Sep 21 21:02:54 2016 +
[soft-fp] Add support for various half-precision conversion routines.
This patch updates soft-fp from glibc, bringing in the fix for PR
libgcc/77265, XFmode extension to TFmode wrongly turning an infinity
into a NaN. A test for that bug is added.
Bootstrapped with no regressions on x86_64-pc-linux-gnu. Applied to
mainline.
gcc/testsuite:
2016-08-16 Joseph Myers
This patch updates the soft-fp code in libgcc from glibc. There are
no changes here of significance to the use of soft-fp in GCC (and so
no testsuite additions); it's simply an update to bring in the latest
soft-fp version (which will also hopefully go into Linux 4.4 to
replace the 15-year-old cop
On Fri, Nov 8, 2013 at 10:26 PM, Joseph S. Myers
wrote:
>> > I've applied this patch to update libgcc's copy of soft-fp from
>> > glibc. There are lots of coding standards fixes, but also various bug
>> > fixes; I've added testcases for various of the fixed bugs illustrating
>> > them for __floa
On Fri, 8 Nov 2013, Uros Bizjak wrote:
> Hello!
>
> > I've applied this patch to update libgcc's copy of soft-fp from
> > glibc. There are lots of coding standards fixes, but also various bug
> > fixes; I've added testcases for various of the fixed bugs illustrating
> > them for __float128.
>
>
Hello!
> I've applied this patch to update libgcc's copy of soft-fp from
> glibc. There are lots of coding standards fixes, but also various bug
> fixes; I've added testcases for various of the fixed bugs illustrating
> them for __float128.
Is there really no way to get those "missing prototypes
PING
On 14 Nov 2012, at 15:31, Marcus Shawcroft wrote:
> This patch provides a definition of FP_TRAPPING_EXCEPTION for aarch64.
>
> /Marcus
>
> 2012-11-14 Marcus Shawcroft
>
> * config/aarch64/sfp-machine.h (FP_EX_ALL): Define.
> (FP_EX_SHIFT): Define.
> (FP_TRAPPING_E
On Wed, 14 Nov 2012, Marcus Shawcroft wrote:
> libgcc's soft-fp is based on GLIBC's soft-fp. In the patch [1/2] I've brought
> across the latest bug fixes from GLIBC. These changes include a dependence on
> relevant targets (aarch64, ia64, i386) providing a definition of
> FP_TRAPPING_EXCEPTIONS
This patch provides a definition of FP_TRAPPING_EXCEPTION for aarch64.
/Marcus
2012-11-14 Marcus Shawcroft
* config/aarch64/sfp-machine.h (FP_EX_ALL): Define.
(FP_EX_SHIFT): Define.
(FP_TRAPPING_EXCEPTIONS): Define.diff --git a/libgcc/config/aarch64/sfp-machine.h b
This patch updates libgcc/soft-fp from GLIBC/soft-fp.
/Marcus
2012-11-14 Marcus Shawcroft
* soft-fp: Updated from glibc upstream.diff --git a/libgcc/soft-fp/op-common.h b/libgcc/soft-fp/op-common.h
index b70026f..12fb16e 100644
--- a/libgcc/soft-fp/op-common.h
+++ b/libgcc/soft-fp/op-
Folks,
libgcc's soft-fp is based on GLIBC's soft-fp. In the patch [1/2] I've
brought across the latest bug fixes from GLIBC. These changes include a
dependence on relevant targets (aarch64, ia64, i386) providing a
definition of FP_TRAPPING_EXCEPTIONS. The patch [2/2] provides an
aarch64 de
27 matches
Mail list logo