mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 11:48:06 +02:00
radeonsi: disable XNACK to free 2 SGPRs on APUs
My LLVM commit disables it for dGPUs, but not APUs. Reviewed-by: Nicolai Hähnle <nicolai.haehnle@amd.com>
This commit is contained in:
parent
274fb601c2
commit
dbbdc6bb5a
1 changed files with 1 additions and 1 deletions
|
|
@ -33,7 +33,7 @@
|
|||
#include "../ddebug/dd_util.h"
|
||||
|
||||
#define SI_LLVM_DEFAULT_FEATURES \
|
||||
"+DumpCode,+vgpr-spilling,-fp32-denormals,+fp64-denormals"
|
||||
"+DumpCode,+vgpr-spilling,-fp32-denormals,+fp64-denormals,-xnack"
|
||||
|
||||
/*
|
||||
* pipe_context
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue