aboutsummaryrefslogtreecommitdiff
path: root/lib/raid6/mmx.c
AgeCommit message (Collapse)AuthorFilesLines
2012-12-13lib/raid6: build proper files on corresponding archYuanhan Liu1-1/+1
sse and avx2 stuff only exist on x86 arch, and we don't need to build altivec on x86. And we can do that at lib/raid6/Makefile. Proposed-by: H. Peter Anvin <[email protected]> Signed-off-by: Yuanhan Liu <[email protected]> Reviewed-by: H. Peter Anvin <[email protected]> Signed-off-by: Jim Kukunas <[email protected]> Signed-off-by: NeilBrown <[email protected]>
2010-08-12Further tidyup of raid6 naming in lib/raid6NeilBrown1-3/+3
Rename raid6/raid6x86.h to raid6/x86.h and modify some comments. Signed-off-by: NeilBrown <[email protected]>
2010-08-11Rename raid6 files now they're in a 'raid6' directory.David Woodhouse1-0/+142
Linus asks 'why "raid6" twice?'. No reason. Signed-off-by: David Woodhouse <[email protected]>