This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [PATCH x86] Enable v64qi permutations.
- From: "H.J. Lu" <hjl dot tools at gmail dot com>
- To: Jakub Jelinek <jakub at redhat dot com>
- Cc: Ilya Tocar <tocarip dot intel at gmail dot com>, Uros Bizjak <ubizjak at gmail dot com>, GCC Patches <gcc-patches at gcc dot gnu dot org>
- Date: Thu, 4 Dec 2014 04:00:27 -0800
- Subject: Re: [PATCH x86] Enable v64qi permutations.
- Authentication-results: sourceware.org; auth=none
- References: <20141204094959 dot GA67582 at msticlxl7 dot ims dot intel dot com> <CAMe9rOoQ+TiWhZEeMS0_9KZ_+pti8AFDRD56Jv7wj5PUqvdr3w at mail dot gmail dot com> <20141204115733 dot GA1923 at tucnak dot redhat dot com>
On Thu, Dec 4, 2014 at 3:57 AM, Jakub Jelinek <jakub@redhat.com> wrote:
> On Thu, Dec 04, 2014 at 03:54:25AM -0800, H.J. Lu wrote:
>> On Thu, Dec 4, 2014 at 1:49 AM, Ilya Tocar <tocarip.intel@gmail.com> wrote:
>> > Hi,
>> >
>> > As discussed in https://gcc.gnu.org/ml/gcc-patches/2014-10/msg00473.html
>> > This patch enables v64qi permutations.
>> > I've checked vshuf* tests from dg-torture.exp,
>> > with avx512* options on sde and generated permutations are correct.
>> >
>> > OK for trunk?
>> >
>>
>> Can you add a few testcases?
>
> Isn't it already covered by gcc.dg/torture/vshuf* ?
>
I didn't see them fail on my machines today.
--
H.J.