mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-11-01 09:13:37 +00:00
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> |
||
|---|---|---|
| .. | ||
| test | ||
| .gitignore | ||
| algos.c | ||
| altivec.uc | ||
| avx2.c | ||
| avx512.c | ||
| int.uc | ||
| Makefile | ||
| mktables.c | ||
| mmx.c | ||
| neon.c | ||
| neon.uc | ||
| recov.c | ||
| recov_avx2.c | ||
| recov_avx512.c | ||
| recov_neon.c | ||
| recov_neon_inner.c | ||
| recov_s390xc.c | ||
| recov_ssse3.c | ||
| s390vx.uc | ||
| sse1.c | ||
| sse2.c | ||
| tilegx.uc | ||
| unroll.awk | ||
| x86.h | ||