swr: [rasterizer core] Enable 8x2 backend
authorTim Rowley <timothy.o.rowley@intel.com>
Wed, 29 Mar 2017 20:06:28 +0000 (15:06 -0500)
committerTim Rowley <timothy.o.rowley@intel.com>
Wed, 5 Apr 2017 23:20:45 +0000 (18:20 -0500)
Reviewed-by: Bruce Cherniak <bruce.cherniak@intel.com>
src/gallium/drivers/swr/rasterizer/core/knobs.h

index 7928f5d6d76ce8c1b5d2d0ead53a83e07126f7e6..e347558b6a227e5fac999eff3a5fcf6567f2d2a0 100644 (file)
@@ -39,7 +39,7 @@
 ///////////////////////////////////////////////////////////////////////////////
 
 #define ENABLE_AVX512_SIMD16    1
-#define USE_8x2_TILE_BACKEND    0
+#define USE_8x2_TILE_BACKEND    1
 #define USE_SIMD16_FRONTEND     0
 
 ///////////////////////////////////////////////////////////////////////////////