> -----Original Message-----
> From: dev <[email protected]> On Behalf Of Vladimir Medvedkin
> Sent: Tuesday, November 9, 2021 5:25 PM
> To: [email protected]
> Cc: [email protected]; [email protected]; Ananyev,
> Konstantin <[email protected]>;
> [email protected]; Medvedkin, Vladimir
> <[email protected]>; Wang, Yipeng1
> <[email protected]>; Gobriel, Sameh <[email protected]>;
> Richardson, Bruce <[email protected]>
> Subject: [dpdk-dev] [PATCH] hash: fix thash gfni implementation
> 
> This patch replaces _mm512_set_epi8 with _mm512_set_epi32 due to the
> lack of support by some compilers.
> Also this patch checks if AVX512F is supported along with GFNI.
> This is done if the code is built on a platform that supports GFNI, but does 
> not
> support AVX512.
> 
> Fixes: 4fd8c4cb0de1 ("hash: add new Toeplitz hash implementation")
> Cc: [email protected]
> 
> Signed-off-by: Vladimir Medvedkin <[email protected]>
Acked-by: Ji, Kai <[email protected]>

Reply via email to