Re: [PATCH v2 08/11] Native complex ops: Add explicit vector of complex

2023-09-13 Thread Richard Biener via Gcc-patches
On Tue, Sep 12, 2023 at 7:26 PM Joseph Myers wrote: > > On Tue, 12 Sep 2023, Sylvain Noiry via Gcc-patches wrote: > > > Summary: > > Allow the creation and usage of builtins vectors of complex > > in C, using __attribute__ ((vector_size ())) > > If you're adding a new language feature like this,

Re: [PATCH v2 08/11] Native complex ops: Add explicit vector of complex

2023-09-12 Thread Joseph Myers
On Tue, 12 Sep 2023, Sylvain Noiry via Gcc-patches wrote: > Summary: > Allow the creation and usage of builtins vectors of complex > in C, using __attribute__ ((vector_size ())) If you're adding a new language feature like this, you need to update extend.texi to explain the valid uses of the

[PATCH v2 08/11] Native complex ops: Add explicit vector of complex

2023-09-12 Thread Sylvain Noiry via Gcc-patches
Summary: Allow the creation and usage of builtins vectors of complex in C, using __attribute__ ((vector_size ())) gcc/c-family/ChangeLog: * c-attribs.cc (vector_mode_valid_p): Add cases for vectors of complex (handle_mode_attribute): Likewise