swr/rast: enable SIMD16 8x2 tile backend
authorTim Rowley <timothy.o.rowley@intel.com>
Fri, 21 Apr 2017 18:18:55 +0000 (13:18 -0500)
committerTim Rowley <timothy.o.rowley@intel.com>
Sat, 29 Apr 2017 00:56:56 +0000 (19:56 -0500)
Reviewed-by: Bruce Cherniak <bruce.cherniak@intel.com>
src/gallium/drivers/swr/rasterizer/core/knobs.h

index 640b672..7ad6fe3 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
 
 ///////////////////////////////////////////////////////////////////////////////