Re: [PULL 12/17] AVX512 support for xbzrle_encode_buffer

2023-02-09 Thread Thomas Huth
On 10/02/2023 00.34, Juan Quintela wrote: From: ling xu This commit is the same with [PATCH v6 1/2], and provides avx512 support for xbzrle_encode_buffer function to accelerate xbzrle encoding speed. Hi! Just a hint for future patches: Please don't put version information into the patch d

[PULL 12/17] AVX512 support for xbzrle_encode_buffer

2023-02-09 Thread Juan Quintela
From: ling xu This commit is the same with [PATCH v6 1/2], and provides avx512 support for xbzrle_encode_buffer function to accelerate xbzrle encoding speed. Runtime check of avx512 support and benchmark for this feature are added. Compared with C version of xbzrle_encode_buffer function, avx512