swr/rast: fix memory paths for avx512 optimized avx/sse
authorTim Rowley <timothy.o.rowley@intel.com>
Thu, 20 Jul 2017 15:51:30 +0000 (10:51 -0500)
committerTim Rowley <timothy.o.rowley@intel.com>
Fri, 21 Jul 2017 20:13:14 +0000 (15:13 -0500)
commit3e03ecaaf698418714764da76fb7d29ea158e0dd
treef5cf18d32c80cc6ba6a9eae3493be1522634aa21
parent2656a940c2d4c0e56cb84467a065b566cb93058c
swr/rast: fix memory paths for avx512 optimized avx/sse

Source/destination will not be AVX512 aligned, use the
unaligned load/store intrinsics.

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