lib/raid6: add ARM-NEON accelerated syndrome calculation
authorArd Biesheuvel <ard.biesheuvel@linaro.org>
Thu, 16 May 2013 15:20:32 +0000 (17:20 +0200)
committerArd Biesheuvel <ard.biesheuvel@linaro.org>
Mon, 8 Jul 2013 21:09:18 +0000 (22:09 +0100)
Rebased/reworked a patch contributed by Rob Herring that uses
NEON intrinsics to perform the RAID-6 syndrome calculations.
It uses the existing unroll.awk code to generate several
unrolled versions of which the best performing one is selected
at boot time.

Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>
Acked-by: Nicolas Pitre <nico@linaro.org>
Cc: hpa@linux.intel.com

No differences found