Re: [PATCH v7 1/2] AVX512 support for xbzrle_encode_buffer

2023-02-09 Thread Juan Quintela
ling xu wrote: > 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

[PATCH v7 1/2] AVX512 support for xbzrle_encode_buffer

2022-11-16 Thread 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 version can