On Wed, 31 Jul 2024, liuhongt wrote:
> +  <li> The <code>_Float16</code> and <code>__bf16</code> 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 return. 

"types" (plural)
"independently"
"Without" (spelt out)
"the compiler"

And personally I would use an Oxford comma, so "..., or value return".

> +    instead of <code>__FLT16_MAX__</code>(or other similar Macros).

"macros" (lowercase)


--- a/htdocs/gcc-14/porting_to.html
+++ b/htdocs/gcc-14/porting_to.html

I don't think we need this in porting_to.html as well; the release notes 
are sufficient.


This patch is okay with the changes above. I see this is already 
committed. Can you please make them as follow-up? Or should I?

Thanks,
Gerald

Reply via email to