This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [PATCH, i386] Use scalar mask for 16-byte and 32-byte vectors when possible
- From: Kirill Yukhin <kirill dot yukhin at gmail dot com>
- To: Ilya Enkovich <enkovich dot gnu at gmail dot com>
- Cc: gcc-patches <gcc-patches at gcc dot gnu dot org>
- Date: Fri, 11 Dec 2015 10:14:36 +0300
- Subject: Re: [PATCH, i386] Use scalar mask for 16-byte and 32-byte vectors when possible
- Authentication-results: sourceware.org; auth=none
- References: <20151126103306 dot GB10638 at msticlxl57 dot ims dot intel dot com> <CAMbmDYY6exbzByzYMakiP6_QR+DMTXXSsTyj=hDqcuAk9+gxhg at mail dot gmail dot com>
Hi,
On 10 Dec 14:25, Ilya Enkovich wrote:
> Ping
>
> 2015-11-26 13:33 GMT+03:00 Ilya Enkovich <enkovich.gnu@gmail.com>:
> > This patch allows usage of scalar masks for ymm and xmm registers when target supports it. Bootstrapped and regtested on x86_64-unknown-linux-gnu. OK for trunk?
Impact is not high. Your patch is OK for trunk.
> >
> > Thanks,
> > Ilya
--
Thanks, K