dect
/
linux-2.6
Archived
13
0
Fork 0
This repository has been archived on 2022-02-17. You can view files and clone it, but cannot push or open issues or pull requests.
linux-2.6/lib/raid6
Yuanhan Liu 4f8c55c5ad lib/raid6: build proper files on corresponding arch
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 <hpa@zytor.com>
Signed-off-by: Yuanhan Liu <yuanhan.liu@linux.intel.com>
Reviewed-by: H. Peter Anvin <hpa@zytor.com>
Signed-off-by: Jim Kukunas <james.t.kukunas@linux.intel.com>
Signed-off-by: NeilBrown <neilb@suse.de>
2012-12-13 19:51:04 +11:00
..
test lib/raid6: build proper files on corresponding arch 2012-12-13 19:51:04 +11:00
.gitignore Move .gitignore from drivers/md to lib/raid6 2010-08-30 17:35:52 +10:00
Makefile lib/raid6: build proper files on corresponding arch 2012-12-13 19:51:04 +11:00
algos.c lib/raid6: Add AVX2 optimized gen_syndrome functions 2012-12-13 19:51:03 +11:00
altivec.uc lib/raid6: build proper files on corresponding arch 2012-12-13 19:51:04 +11:00
avx2.c lib/raid6: Add AVX2 optimized gen_syndrome functions 2012-12-13 19:51:03 +11:00
int.uc lib/raid6: Fix filename emitted in generated code 2011-10-20 11:27:50 +11:00
mktables.c lib/raid6: Add SSSE3 optimized recovery functions 2012-05-22 13:54:18 +10:00
mmx.c lib/raid6: build proper files on corresponding arch 2012-12-13 19:51:04 +11:00
recov.c lib/raid6: fix sparse warnings in recovery functions 2012-05-28 14:10:22 +10:00
recov_avx2.c lib/raid6: build proper files on corresponding arch 2012-12-13 19:51:04 +11:00
recov_ssse3.c lib/raid6: build proper files on corresponding arch 2012-12-13 19:51:04 +11:00
sse1.c lib/raid6: build proper files on corresponding arch 2012-12-13 19:51:04 +11:00
sse2.c lib/raid6: build proper files on corresponding arch 2012-12-13 19:51:04 +11:00
unroll.awk
x86.h lib/raid6: Add AVX2 optimized recovery functions 2012-12-13 16:42:01 +11:00