mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-06 13:10:10 +01:00
aco/gfx12: use trans s_delay_alu for pseudo scalar
Reviewed-by: Daniel Schürmann <daniel@schuermann.dev> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/29245>
This commit is contained in:
parent
534f0019d7
commit
d58d0274a8
1 changed files with 2 additions and 1 deletions
|
|
@ -1416,7 +1416,8 @@ bool
|
|||
Instruction::isTrans() const noexcept
|
||||
{
|
||||
return instr_info.classes[(int)opcode] == instr_class::valu_transcendental32 ||
|
||||
instr_info.classes[(int)opcode] == instr_class::valu_double_transcendental;
|
||||
instr_info.classes[(int)opcode] == instr_class::valu_double_transcendental ||
|
||||
instr_info.classes[(int)opcode] == instr_class::valu_pseudo_scalar_trans;
|
||||
}
|
||||
|
||||
size_t
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue