aboutsummaryrefslogtreecommitdiffstats
path: root/lib/raid6/recov_neon_inner.c (follow)
AgeCommit message (Collapse)AuthorFilesLines
2017-08-09md/raid6: implement recovery using ARM NEON intrinsicsArd Biesheuvel1-0/+117
Provide a NEON accelerated implementation of the recovery algorithm, which supersedes the default byte-by-byte one. Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org> Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>