]> Git Repo - linux.git/commit
raid5: add AVX optimized RAID5 checksumming
authorJim Kukunas <[email protected]>
Tue, 22 May 2012 03:54:04 +0000 (13:54 +1000)
committerNeilBrown <[email protected]>
Tue, 22 May 2012 03:54:04 +0000 (13:54 +1000)
commitea4d26ae24e58fbd2c61de9242adab053cb982d8
tree3115dd168f0cf1eb1eb5dd6aecc385cfa0e8bc05
parent56a519913eeba2bdae4d7ee39e80fab442c3836c
raid5: add AVX optimized RAID5 checksumming

Optimize RAID5 xor checksumming by taking advantage of
256-bit YMM registers introduced in AVX.

Signed-off-by: Jim Kukunas <[email protected]>
Signed-off-by: NeilBrown <[email protected]>
arch/x86/Makefile
arch/x86/include/asm/xor_32.h
arch/x86/include/asm/xor_64.h
arch/x86/include/asm/xor_avx.h [new file with mode: 0644]
This page took 0.054581 seconds and 4 git commands to generate.