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,
> -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
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
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
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