lib/raid6: Add AVX512 optimized recovery functions
Optimize RAID6 recovery functions to take advantage of
the 512-bit ZMM integer instructions introduced in AVX512.
AVX512 optimized recovery functions, which is simply based
on recov_avx2.c written by Jim Kukunas
This patch was tested and benchmarked before submission on
a hardware that has AVX512 flags to support such instructions
Cc: Jim Kukunas <[email protected]>
Cc: H. Peter Anvin <[email protected]>
Cc: Fenghua Yu <[email protected]>
Signed-off-by: Megha Dey <[email protected]>
Signed-off-by: Gayatri Kammela <[email protected]>
Reviewed-by: Fenghua Yu <[email protected]>
Signed-off-by: Shaohua Li <[email protected]>