Re: [PATCH v2 1/3] target/i386: Fix and add some comments next to SSE/AVX instructions.

2023-05-09 Thread Paolo Bonzini
On Mon, May 1, 2023 at 1:14 PM Ricky Zhou wrote: > > Adds some comments describing what instructions correspond to decoding > table entries and fixes some existing comments which named the wrong > instruction. Queued all three, thanks! Paolo > --- > target/i386/tcg/decode-new.c.inc | 24 ++

[PATCH v2 1/3] target/i386: Fix and add some comments next to SSE/AVX instructions.

2023-05-01 Thread Ricky Zhou
Adds some comments describing what instructions correspond to decoding table entries and fixes some existing comments which named the wrong instruction. --- target/i386/tcg/decode-new.c.inc | 24 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/target/i386/t