Re: [PATCH] soft-fp: Update soft-fp from glibc

2022-08-16 Thread Kito Cheng via Gcc-patches
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

Re: [PATCH] soft-fp: Update soft-fp from glibc

2022-08-16 Thread Joseph Myers
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

Re: [PATCH] soft-fp: Update soft-fp from glibc

2022-08-16 Thread Kito Cheng via Gcc-patches
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

[PATCH] soft-fp: Update soft-fp from glibc

2022-08-10 Thread Kito Cheng
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

[PATCH] soft-fp: Update soft-fp from glibc

2021-07-07 Thread H.J. Lu via Gcc-patches
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

Re: [PATCH] soft-fp: Update soft-fp from glibc

2021-07-01 Thread H.J. Lu via Gcc-patches
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

Re: [PATCH] soft-fp: Update soft-fp from glibc

2021-07-01 Thread Jeff Law via Gcc-patches
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

[PATCH] soft-fp: Update soft-fp from glibc

2021-07-01 Thread H.J. Lu via Gcc-patches
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

Re: [PATCH] soft-fp: Update soft-fp from glibc

2019-05-16 Thread Joseph Myers
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.

[PATCH] soft-fp: Update soft-fp from glibc

2019-05-15 Thread H.J. Lu
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.

Re: [patches] Re: [PATCH] Update soft-fp from glibc.

2018-11-08 Thread Joseph Myers
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

Re: [patches] Re: [PATCH] Update soft-fp from glibc.

2018-11-07 Thread Kito Cheng
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

Re: [PATCH] Update soft-fp from glibc.

2018-11-07 Thread Joseph Myers
This patch is OK. -- Joseph S. Myers jos...@codesourcery.com

[PATCH] Update soft-fp from glibc.

2018-11-07 Thread Kito Cheng
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

[Patch libgcc 9/17] Update soft-fp from glibc

2016-11-11 Thread James Greenhalgh
--- 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

[Patch libgcc 9/11] Update soft-fp from glibc

2016-09-30 Thread James Greenhalgh
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.

[Patch libgcc 9/11] Update soft-fp from glibc

2016-09-30 Thread James Greenhalgh
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.

Update soft-fp from glibc (PR libgcc/77265)

2016-08-16 Thread Joseph Myers
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

Update soft-fp from glibc

2015-09-28 Thread 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

Re: Update soft-fp from glibc

2013-11-10 Thread Uros Bizjak
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

Re: Update soft-fp from glibc

2013-11-08 Thread Joseph S. Myers
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. > >

Re: Update soft-fp from glibc

2013-11-08 Thread Uros Bizjak
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

Re: [PATCH 2/2] Update soft-fp from GLIBC

2012-12-03 Thread Marcus Shawcroft
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

Re: [PATCH 0/2] Update soft-fp from GLIBC

2012-11-14 Thread Joseph S. Myers
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

[PATCH 2/2] Update soft-fp from GLIBC

2012-11-14 Thread Marcus Shawcroft
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

[PATCH 1/2] Update soft-fp from GLIBC

2012-11-14 Thread Marcus Shawcroft
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-

[PATCH 0/2] Update soft-fp from GLIBC

2012-11-14 Thread Marcus Shawcroft
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