Re: [PATCH] [x86] Mention _Float16 and __bf16 changes in GCC14.

2024-08-12 Thread Sam James
Gerald Pfeifer writes: > On Wed, 31 Jul 2024, liuhongt wrote: >> + The _Float16 and __bf16 type are supported >> +independent of SSE2. W/o SSE2, these types are storage-only, compiler >> will >> +issue an error when they're used in conversion, unary operation, >> +binary operation,

RE: [PATCH] [x86] Mention _Float16 and __bf16 changes in GCC14.

2024-08-11 Thread Liu, Hongtao
> -Original Message- > From: Gerald Pfeifer > Sent: Saturday, August 10, 2024 6:33 PM > To: Liu, Hongtao > Cc: gcc-patches@gcc.gnu.org; crazy...@gmail.com; hjl.to...@gmail.com > Subject: Re: [PATCH] [x86] Mention _Float16 and __bf16 changes in GCC14. > > On We

Re: [PATCH] [x86] Mention _Float16 and __bf16 changes in GCC14.

2024-08-10 Thread Gerald Pfeifer
On Wed, 31 Jul 2024, liuhongt wrote: > + The _Float16 and __bf16 type are supported > +independent of SSE2. W/o SSE2, these types are storage-only, compiler > will > +issue an error when they're used in conversion, unary operation, > +binary operation, parameter passing or value retu

Re: [PATCH] [x86] Mention _Float16 and __bf16 changes in GCC14.

2024-07-31 Thread Richard Biener
On Wed, Jul 31, 2024 at 6:32 AM liuhongt wrote: > > Ok for trunk? OK for www. Richard. > --- > htdocs/gcc-14/changes.html| 7 +++ > htdocs/gcc-14/porting_to.html | 9 + > 2 files changed, 16 insertions(+) > > diff --git a/htdocs/gcc-14/changes.html b/htdocs/gcc-14/changes.html

[PATCH] [x86] Mention _Float16 and __bf16 changes in GCC14.

2024-07-30 Thread liuhongt
Ok for trunk? --- htdocs/gcc-14/changes.html| 7 +++ htdocs/gcc-14/porting_to.html | 9 + 2 files changed, 16 insertions(+) diff --git a/htdocs/gcc-14/changes.html b/htdocs/gcc-14/changes.html index ca4cae0f..b023a4b9 100644 --- a/htdocs/gcc-14/changes.html +++ b/htdocs/gcc-14/ch