Gerald Pfeifer <ger...@pfeifer.com> writes: > 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.
Note that Qt at least did have to be ported. It might be worth keeping it in there. (The bug was prompted by observed breakage.)