[PATCH v2 4/6] lib/raid6: Add AVX512 optimized xor_syndrome functions

2016-08-12 Thread Gayatri Kammela
Optimize RAID6 xor_syndrome functions to take advantage of the 512-bit ZMM integer instructions introduced in AVX512. AVX512 optimized xor_syndrome functions, which is simply based on sse2.c written by hpa. The patch was tested and benchmarked before submission on a hardware that has AVX512

[PATCH v2 4/6] lib/raid6: Add AVX512 optimized xor_syndrome functions

2016-08-12 Thread Gayatri Kammela
Optimize RAID6 xor_syndrome functions to take advantage of the 512-bit ZMM integer instructions introduced in AVX512. AVX512 optimized xor_syndrome functions, which is simply based on sse2.c written by hpa. The patch was tested and benchmarked before submission on a hardware that has AVX512