diff options
author | Daniel Verkamp <dverkamp@chromium.org> | 2018-11-13 00:26:51 +0100 |
---|---|---|
committer | Shaohua Li <shli@fb.com> | 2018-12-20 17:53:23 +0100 |
commit | 0437de4fa09fe59b57d12b785e4afb73b0f34c05 (patch) | |
tree | 62790298d1b4b31fc33ac70a3bc224abfadeeeed /include | |
parent | lib/raid6: check for assembler SSSE3 support (diff) | |
download | linux-0437de4fa09fe59b57d12b785e4afb73b0f34c05.tar.xz linux-0437de4fa09fe59b57d12b785e4afb73b0f34c05.zip |
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>
Diffstat (limited to 'include')
0 files changed, 0 insertions, 0 deletions