RE: [PATCH v3 0/2] This patch updates runtime check of AVX512

2022-08-08 Thread Xu, Ling1
-Original Message- From: Juan Quintela Sent: Monday, August 8, 2022 7:54 PM To: Xu, Ling1 Cc: qemu-devel@nongnu.org; dgilb...@redhat.com Subject: Re: [PATCH v3 0/2] This patch updates runtime check of AVX512 ling xu wrote: > This patch updates runtime check of AVX512 and update avx

Re: [PATCH v3 0/2] This patch updates runtime check of AVX512

2022-08-08 Thread Juan Quintela
ling xu wrote: > This patch updates runtime check of AVX512 and update avx512 support for > xbzrle_encode_buffer function to accelerate xbzrle encoding speed. > > The runtime check is updated in meson.build and meson_options.txt. > > The updated AVX512 algorithm is provided in ram.c, xbzrle.c and

[PATCH v3 0/2] This patch updates runtime check of AVX512

2022-08-08 Thread ling xu
This patch updates runtime check of AVX512 and update avx512 support for xbzrle_encode_buffer function to accelerate xbzrle encoding speed. The runtime check is updated in meson.build and meson_options.txt. The updated AVX512 algorithm is provided in ram.c, xbzrle.c and xbzrle.h. The test code i

[PATCH v3 0/2] This patch updates runtime check of AVX512

2022-08-08 Thread ling xu
This patch updates runtime check of AVX512 and update avx512 support for xbzrle_encode_buffer function to accelerate xbzrle encoding speed. The runtime check is updated in meson.build and meson_options.txt. The updated AVX512 algorithm is provided in ram.c, xbzrle.c and xbzrle.h. The test code i