OSDN Git Service

swr: [rasterizer] add support for building avx512 version
authorTim Rowley <timothy.o.rowley@intel.com>
Wed, 1 Jun 2016 02:01:40 +0000 (20:01 -0600)
committerTim Rowley <timothy.o.rowley@intel.com>
Thu, 23 Jun 2016 15:50:05 +0000 (10:50 -0500)
commitb6d2c9685154a6bed5c42d90af39213e9c274b59
treebe084cd42f449222aed12c908a4a78f52c2c233b
parent695af2a7e20bd38aafedf3ab32f5b258248cd360
swr: [rasterizer] add support for building avx512 version

Currently, most code paths between AVX2 and AVX512 are identical
(see changes to knobs.h).

Reviewed-by: Bruce Cherniak <bruce.cherniak@intel.com>
src/gallium/drivers/swr/rasterizer/common/simdintrin.h
src/gallium/drivers/swr/rasterizer/core/format_types.h
src/gallium/drivers/swr/rasterizer/core/knobs.h
src/gallium/drivers/swr/rasterizer/memory/Convert.h
src/gallium/drivers/swr/rasterizer/memory/StoreTile.cpp