Re: [PATCH] rs6000: Add builtins for IEEE 128-bit floating point values

2023-06-08 Thread Carl Love via Gcc-patches
__ieee128 implementation > > using > >VMX integer operations, out-performs the current libgcc > >implementation using DW GPRs. > > > >The details are in the PVECLIB documentation > > pveclib/vec__f128__ppc.h > > > > > > > > The patch has been tested on

Re: [PATCH] rs6000: Add builtins for IEEE 128-bit floating point values

2023-06-07 Thread Kewen.Lin via Gcc-patches
t; >> >>> The patch has been tested on both Power 9 and Power 10. >>> >>> Please let me know if this patch is acceptable for >>> mainline. Thanks. >>> >>> Carl >>> >>> >>> -- &g

Re: [PATCH] rs6000: Add builtins for IEEE 128-bit floating point values

2023-06-06 Thread Carl Love via Gcc-patches
ks. > > > > Carl > > > > > > -- > > From a20cc81f98cce1140fc95775a7c25b55d1ca7cba Mon Sep 17 00:00:00 > > 2001 > > From: Carl Love > > Date: Wed, 12 Apr 2023 17:46:37 -0400 > > Subject: [PATCH] rs6000: Ad

Re: [PATCH] rs6000: Add builtins for IEEE 128-bit floating point values

2023-06-05 Thread Kewen.Lin via Gcc-patches
his patch is acceptable for mainline. Thanks. > > Carl > > > -- > From a20cc81f98cce1140fc95775a7c25b55d1ca7cba Mon Sep 17 00:00:00 2001 > From: Carl Love > Date: Wed, 12 Apr 2023 17:46:37 -0400 > Subject: [PATCH] rs6000: Add builtins f

[PATCH] rs6000: Add builtins for IEEE 128-bit floating point values

2023-05-02 Thread Carl Love via Gcc-patches
patch is acceptable for mainline. Thanks. Carl -- >From a20cc81f98cce1140fc95775a7c25b55d1ca7cba Mon Sep 17 00:00:00 2001 From: Carl Love Date: Wed, 12 Apr 2023 17:46:37 -0400 Subject: [PATCH] rs6000: Add builtins for IEEE 128-bit floating point values Add supp