On Thu, 14 Nov 2024, [email protected] wrote:
> gcc/ChangeLog:
>
> * doc/extend.texi: Document ability to use floating point atomic
> fetch_add/fetch_sub/add_fetch/sub_fetch builtins.
> +Moreover, the @samp{__atomic_fetch_add}, @samp{__atomic_fetch_sub},
> +@samp{__atomic_add_fetch} and @samp{__atomic_sub_fetch} builtins can accept
^^^
Do we encourage the use of Oxford commas? Mostly a question to Sandra and
Joseph, I guess.
I suggest "accept" instead of "can accept" and ...
> ... They
> +can handle @code{bfloat16}, @code{_Float16}, @code{_Float32}, @code{_Float64}
... "handle" instead of "can handle" (the latter being a weaker
recommendation).
> ... This external
> +call is of the same format but specialised to the given floating point type.
I'm not sure I understand what "same format" means here? Do we need this
sentence, or can we actually drop it?
Gerald