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:
Timur Kristóf 2023-05-06 18:00:00 +02:00 committed by Marge Bot
parent 16a05f1903
commit dc676ed711

View file

@ -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) \