On Thu, 14 Nov 2024, Sandra Loosemore wrote:
> I am 100% in favor of Oxford commas. :-)
:
>> I'm not sure I understand what "same format" means here? Do we need this
>> sentence, or can we actually drop it?
> I think "same format" means "same arguments", but the whole sentence can
> be dropped.
>
On 11/14/24 07:51, Gerald Pfeifer wrote:
On Thu, 14 Nov 2024, mmalcom...@nvidia.com 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{__atomi
On Thu, 14 Nov 2024, mmalcom...@nvidia.com 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_fetc
From: Matthew Malcomson
Do not mention suffixed versions since integral suffixed versions are
not mentioned in existing docs.
gcc/ChangeLog:
* doc/extend.texi: Document ability to use floating point atomic
fetch_add/fetch_sub/add_fetch/sub_fetch builtins.
Signed-off-by: Matthew