Re: [PATCH] doc: mention -mprefer-vector-width in target attrs

2021-02-04 Thread Martin Liška
On 2/3/21 4:34 PM, Marek Polacek wrote: On Wed, Feb 03, 2021 at 04:15:24PM +0100, Martin Liška wrote: The patch documents -mprefer-vector-width which is a valid target attribute/pragma. diff --git a/gcc/doc/extend.texi b/gcc/doc/extend.texi index 8daa1c67974..a14875cec37 100644 --- a/gcc/doc

Re: [PATCH] doc: mention -mprefer-vector-width in target attrs

2021-02-03 Thread Jeff Law via Gcc-patches
On 2/3/21 8:15 AM, Martin Liška wrote: > The patch documents -mprefer-vector-width which is a valid target > attribute/pragma. > > Ready for master? > Thanks, > Martin > > gcc/ChangeLog: > > * doc/extend.texi: Mention -mprefer-vector-width in target > attributes. > > gcc/testsuite/Change

Re: [PATCH] doc: mention -mprefer-vector-width in target attrs

2021-02-03 Thread Marek Polacek via Gcc-patches
On Wed, Feb 03, 2021 at 04:15:24PM +0100, Martin Liška wrote: > The patch documents -mprefer-vector-width which is a valid target > attribute/pragma. > diff --git a/gcc/doc/extend.texi b/gcc/doc/extend.texi > index 8daa1c67974..a14875cec37 100644 > --- a/gcc/doc/extend.texi > +++ b/gcc/doc/extend

[PATCH] doc: mention -mprefer-vector-width in target attrs

2021-02-03 Thread Martin Liška
The patch documents -mprefer-vector-width which is a valid target attribute/pragma. Ready for master? Thanks, Martin gcc/ChangeLog: * doc/extend.texi: Mention -mprefer-vector-width in target attributes. gcc/testsuite/ChangeLog: * gcc.target/i386/prefer-vector-width-at