swr: [rasterizer core] Disable 8x2 tile backend

Reviewed-by: Bruce Cherniak <bruce.cherniak@intel.com>
This commit is contained in:
Tim Rowley 2017-04-07 16:51:42 -05:00
parent 31a23a9d9d
commit d0f381f865

View file

@ -39,7 +39,7 @@
///////////////////////////////////////////////////////////////////////////////
#define ENABLE_AVX512_SIMD16 1
#define USE_8x2_TILE_BACKEND 1
#define USE_8x2_TILE_BACKEND 0
#define USE_SIMD16_FRONTEND 0
///////////////////////////////////////////////////////////////////////////////