mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-08 06:58:05 +02:00
aco: don't try to preserve SCC in callees
Signed-off-by: Rhys Perry <pendingchaos02@gmail.com> Reviewed-by: Daniel Schürmann <daniel@schuermann.dev> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/38679>
This commit is contained in:
parent
88ee78c6b7
commit
6e618ac327
1 changed files with 1 additions and 1 deletions
|
|
@ -1133,7 +1133,7 @@ struct ABI {
|
|||
RegisterDemand max_param_demand;
|
||||
|
||||
void preservedRegisters(BITSET_DECLARE(regs, 512),
|
||||
RegisterDemand reg_limit = RegisterDemand(256, 256)) const
|
||||
RegisterDemand reg_limit = RegisterDemand(256, 128)) const
|
||||
{
|
||||
unsigned size = DIV_ROUND_UP(512, BITSET_WORDBITS) * sizeof(BITSET_WORD);
|
||||
memset(regs, 0, size);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue