mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-03 02:50:16 +01:00
swr: [rasterizer core] Disable 8x2 tile backend
Reviewed-by: Bruce Cherniak <bruce.cherniak@intel.com>
This commit is contained in:
parent
31a23a9d9d
commit
d0f381f865
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue