qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH v3] i386/cpu_dump: support AVX512 ZMM regs dump


From: Richard Henderson
Subject: Re: [PATCH v3] i386/cpu_dump: support AVX512 ZMM regs dump
Date: Thu, 25 Mar 2021 06:39:01 -0600
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.7.1

On 3/24/21 9:15 PM, Robert Hoo wrote:
+        } else if (env->xcr0 & XFEATURE_AVX) {

This is normally a 2-bit test.

I beg your pardon. What 2 bits?

I forget the names, but isn't the usual test xcr0 & 6 == 6?

BTW, checkpatch didn't warn me on this. It escaped.:)

Heh.


r~



reply via email to

[Prev in Thread] Current Thread [Next in Thread]