Re: [PATCH, i386, AVX-512] Fix test expected result.

2016-09-18 Thread Kirill Yukhin
On 18 Sep 15:46, Kirill Yukhin wrote: > Hello, > Expected intrinsic result is wrong due two > misunderstanding of operands order. > Patch in the bottom fixes result. > Tes now pass under SDE. > > gcc/testsuite > * gcc.target/i386/pr68633.c: Fix expected result. Comitted to main trunk. > > -

[PATCH, i386, AVX-512] Fix test expected result.

2016-09-18 Thread Kirill Yukhin
Hello, Expected intrinsic result is wrong due two misunderstanding of operands order. Patch in the bottom fixes result. Tes now pass under SDE. gcc/testsuite * gcc.target/i386/pr68633.c: Fix expected result. -- Thanks, K commit 122a8a1e77416d14f9d84f7a44241808dce6447e Author: Kirill Yukh