mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-09 06:10:12 +01:00
r600/sfn: Fix a typo
Signed-off-by: Gert Wollny <gert.wollny@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/21357>
This commit is contained in:
parent
b1df8b0393
commit
c527293924
1 changed files with 1 additions and 1 deletions
|
|
@ -489,7 +489,7 @@ BlockSheduler::schedule_alu(Shader::ShaderBlocks& out_blocks)
|
|||
}
|
||||
}
|
||||
|
||||
/* Schedule groups first. unless we have a pending LDS instuction
|
||||
/* Schedule groups first. unless we have a pending LDS instruction
|
||||
* We don't want the LDS instructions to be too far apart because the
|
||||
* fetch + read from queue has to be in the same ALU CF block */
|
||||
if (!alu_groups_ready.empty() && !has_lds_ready) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue