Hi.
The patch adds a missing feature for PTA_ICELAKE_CLIENT and inherited CPUs. One can see that: https://en.wikipedia.org/wiki/AVX-512#CPUs_with_AVX-512 Patch can bootstrap on x86_64-linux-gnu and survives regression tests. Ready to be installed? Thanks, Martin gcc/ChangeLog: 2019-11-13 Martin Liska <[hidden email]> PR target/92389 * config/i386/i386.h: Add PTA_AVX512VPOPCNTDQ to PTA_ICELAKE_CLIENT which is later interited by PTA_ICELAKE_SERVER and PTA_TIGERLAKE. --- gcc/config/i386/i386.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) |
On Wed, Nov 13, 2019 at 4:25 PM Martin Liška <[hidden email]> wrote:
> > Hi. > > The patch adds a missing feature for PTA_ICELAKE_CLIENT and > inherited CPUs. One can see that: > https://en.wikipedia.org/wiki/AVX-512#CPUs_with_AVX-512 > > Patch can bootstrap on x86_64-linux-gnu and survives regression tests. > > Ready to be installed? > Thanks, > Martin > > gcc/ChangeLog: > > 2019-11-13 Martin Liska <[hidden email]> > > PR target/92389 > * config/i386/i386.h: Add PTA_AVX512VPOPCNTDQ to > PTA_ICELAKE_CLIENT which is later interited by > PTA_ICELAKE_SERVER and PTA_TIGERLAKE. OK. Thanks, Uros. > --- > gcc/config/i386/i386.h | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > |
On 11/13/19 5:14 PM, Uros Bizjak wrote:
> On Wed, Nov 13, 2019 at 4:25 PM Martin Liška <[hidden email]> wrote: >> >> Hi. >> >> The patch adds a missing feature for PTA_ICELAKE_CLIENT and >> inherited CPUs. One can see that: >> https://en.wikipedia.org/wiki/AVX-512#CPUs_with_AVX-512 >> >> Patch can bootstrap on x86_64-linux-gnu and survives regression tests. >> >> Ready to be installed? >> Thanks, >> Martin >> >> gcc/ChangeLog: >> >> 2019-11-13 Martin Liska <[hidden email]> >> >> PR target/92389 >> * config/i386/i386.h: Add PTA_AVX512VPOPCNTDQ to >> PTA_ICELAKE_CLIENT which is later interited by >> PTA_ICELAKE_SERVER and PTA_TIGERLAKE. > > > OK. > > Thanks, > Uros. Thank you for the review. May I install the patch to all active branches as well? Martin > >> --- >> gcc/config/i386/i386.h | 2 +- >> 1 file changed, 1 insertion(+), 1 deletion(-) >> >> |
On Thu, Nov 14, 2019 at 9:36 AM Martin Liška <[hidden email]> wrote:
> > On 11/13/19 5:14 PM, Uros Bizjak wrote: > > On Wed, Nov 13, 2019 at 4:25 PM Martin Liška <[hidden email]> wrote: > >> > >> Hi. > >> > >> The patch adds a missing feature for PTA_ICELAKE_CLIENT and > >> inherited CPUs. One can see that: > >> https://en.wikipedia.org/wiki/AVX-512#CPUs_with_AVX-512 > >> > >> Patch can bootstrap on x86_64-linux-gnu and survives regression tests. > >> > >> Ready to be installed? > >> Thanks, > >> Martin > >> > >> gcc/ChangeLog: > >> > >> 2019-11-13 Martin Liska <[hidden email]> > >> > >> PR target/92389 > >> * config/i386/i386.h: Add PTA_AVX512VPOPCNTDQ to > >> PTA_ICELAKE_CLIENT which is later interited by > >> PTA_ICELAKE_SERVER and PTA_TIGERLAKE. > > > > > > OK. > > > > Thanks, > > Uros. > > Thank you for the review. > > May I install the patch to all active branches as well? Yes, it is simple enough and kind of obvious. Thanks, Uros. > Martin > > > > >> --- > >> gcc/config/i386/i386.h | 2 +- > >> 1 file changed, 1 insertion(+), 1 deletion(-) > >> > >> > |
Free forum by Nabble | Edit this page |