swr: [rasterizer core] Enable 8x2 backend

Reviewed-by: Bruce Cherniak <bruce.cherniak@intel.com>
This commit is contained in:
Tim Rowley 2017-03-29 15:06:28 -05:00
parent c1b7a5780d
commit b8515d5c0f
1 changed files with 1 additions and 1 deletions

View 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
///////////////////////////////////////////////////////////////////////////////