lib/raid6: SSSE3 optimized recovery functions v2

From: Jim Kukunas
Date: Wed Apr 11 2012 - 15:40:44 EST


Hi Folks,

The following patchset adds SSSE3 optimized recovery
functions to RAID6.

This version differs from version 1, in that:
0) cpu_has_ssse3 is moved to within the #ifdef block
1) the functions are moved into their own file, recov_ssse3.c
2) a superfluous memory load is removed from raid6_2data_recov_ssse3

A technical description of the algorithm can be found
at http://www.kernel.org/pub/linux/kernel/people/hpa/raid6.pdf

Thanks.


--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/