swr/rast: fix invalid sign masks in avx512 simdlib code
authorTim Rowley <timothy.o.rowley@intel.com>
Thu, 4 Jan 2018 16:08:48 +0000 (10:08 -0600)
committerTim Rowley <timothy.o.rowley@intel.com>
Thu, 4 Jan 2018 19:35:17 +0000 (13:35 -0600)
commit396c006d907b023f9b187db618ee2a6e4e1b8a85
tree8e8798b910954bfe6c9bcb0742ff142f6ad34719
parent76daa30e4a0d3dfe04c5b79fcdfba17fb1656ccd
swr/rast: fix invalid sign masks in avx512 simdlib code

Should be 0x80000000 instead of 0x8000000.

Cc: mesa-stable@lists.freedesktop.org
Reviewed-by: Bruce Cherniak <bruce.cherniak@intel.com>
src/gallium/drivers/swr/rasterizer/common/simdlib_128_avx512.inl
src/gallium/drivers/swr/rasterizer/common/simdlib_256_avx512.inl
src/gallium/drivers/swr/rasterizer/common/simdlib_512_avx512.inl