qemu-devel
[Top][All Lists]
Advanced

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

Re: [PATCH v3 1/2] Update AVX512 support for xbzrle_encode_buffer functi


From: Richard Henderson
Subject: Re: [PATCH v3 1/2] Update AVX512 support for xbzrle_encode_buffer function
Date: Tue, 9 Aug 2022 11:25:12 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.11.0

On 8/9/22 00:51, Xu, Ling1 wrote:
Hi, Juan,
       Thanks for your advice. We have revised our code including: 1) change 
"IS_CPU_SUPPORT_AVX512BW" to "is_cpu_support_avx512bw" to indicate that 
variable isn't global variable;

You can remove this variable entirely...

2) use a function pointer to simplify code in ram.c;

... because it's redundant with the function pointer.


r~



reply via email to

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