Re: [PATCH v6 4/4] hash: add SVE support for bulk key lookup

2024-03-12 Thread Yoan Picchi
On 3/12/24 03:57, fengchengwen wrote: Hi Yoan, On 2024/3/12 7:21, Yoan Picchi wrote: - Implemented SVE code for comparing signatures in bulk lookup. - Added Defines in code for SVE code support. - Optimise NEON code This commit does not include this part. Pls only describe the content in this

Re: [PATCH v6 4/4] hash: add SVE support for bulk key lookup

2024-03-11 Thread fengchengwen
Hi Yoan, On 2024/3/12 7:21, Yoan Picchi wrote: > - Implemented SVE code for comparing signatures in bulk lookup. > - Added Defines in code for SVE code support. > - Optimise NEON code This commit does not include this part. Pls only describe the content in this commit. > - New SVE code is ~5% s

[PATCH v6 4/4] hash: add SVE support for bulk key lookup

2024-03-11 Thread Yoan Picchi
- Implemented SVE code for comparing signatures in bulk lookup. - Added Defines in code for SVE code support. - Optimise NEON code - New SVE code is ~5% slower than optimized NEON for N2 processor. Signed-off-by: Yoan Picchi Signed-off-by: Harjot Singh Reviewed-by: Nathan Brown Reviewed-by: Rui