Re: [Mesa-dev] [PATCH] swr/rast: Use gather instruction for i32gather_ps on simd16/avx512

2017-11-14 Thread Cherniak, Bruce
Reviewed-by: Bruce Cherniak > On Nov 13, 2017, at 8:03 PM, Tim Rowley wrote: > > Speed up avx512 platforms; fixes performance regression caused > by swithc to simdlib. > > Cc: mesa-sta...@lists.freedesktop.org > --- >

[Mesa-dev] [PATCH] swr/rast: Use gather instruction for i32gather_ps on simd16/avx512

2017-11-13 Thread Tim Rowley
Speed up avx512 platforms; fixes performance regression caused by swithc to simdlib. Cc: mesa-sta...@lists.freedesktop.org --- .../drivers/swr/rasterizer/common/simdlib_512_avx512.inl | 12 +--- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git