linux-bl808/lib/raid6
Daniel Verkamp 0437de4fa0 lib/raid6: sort algos in rough performance order
Sort the list of RAID6 algorithms in roughly decreasing order of
expected performance: newer instruction sets first (within each
architecture) and wider unrollings first.

This doesn't make any difference right now, since all functions are
benchmarked; a follow-up change will make use of this by optionally
choosing the first valid function rather than testing all of them.

The Itanium raid6_intx{16,32} entries are also moved down to be near the
other raid6_intx entries for clarity.

Signed-off-by: Daniel Verkamp <dverkamp@chromium.org>
Signed-off-by: Shaohua Li <shli@fb.com>
2018-12-20 08:53:23 -08:00
..
test lib/raid6: check for assembler SSSE3 support 2018-12-20 08:53:23 -08:00
.gitignore
algos.c lib/raid6: sort algos in rough performance order 2018-12-20 08:53:23 -08:00
altivec.uc
avx2.c
avx512.c
int.uc
Makefile powerpc updates for 4.17 2018-04-07 12:08:19 -07:00
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 RAID/s390: Remove VLA usage 2018-07-04 08:37:50 +02:00
sse1.c
sse2.c
unroll.awk
vpermxor.uc
x86.h