mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-24 13:10:10 +01:00
aco: Initialize vcmpx field in get_cmp_info.
Fixes: 578d0a1934
Signed-off-by: Timur Kristóf <timur.kristof@gmail.com>
Reviewed-by: Georg Lehmann <dadschoorse@gmail.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/22885>
This commit is contained in:
parent
16a05f1903
commit
dc676ed711
1 changed files with 1 additions and 0 deletions
|
|
@ -782,6 +782,7 @@ get_cmp_info(aco_opcode op, CmpInfo* info)
|
|||
info->swapped = aco_opcode::num_opcodes;
|
||||
info->inverse = aco_opcode::num_opcodes;
|
||||
info->f32 = aco_opcode::num_opcodes;
|
||||
info->vcmpx = aco_opcode::num_opcodes;
|
||||
switch (op) {
|
||||
// clang-format off
|
||||
#define CMP2(ord, unord, ord_swap, unord_swap, sz) \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue