This website requires JavaScript.
Explore
Help
Register
Sign In
Minki
/
linux
Watch
1
Star
0
Fork
1
You've already forked linux
mirror of
https://github.com/torvalds/linux.git
synced
2024-11-28 07:01:32 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
226a07ef0a
linux
/
lib
/
raid6
/
.gitignore
6 lines
44 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Move .gitignore from drivers/md to lib/raid6 Another missing bit of the raid6 -> /lib move. Reported-by: Andreas Schwab <schwab@linux-m68k.org> Signed-off-by: NeilBrown <neilb@suse.de>
2010-08-30 07:35:52 +00:00
mktables
altivec*.c
int*.c
tables.c
lib/raid6: add ARM-NEON accelerated syndrome calculation Rebased/reworked a patch contributed by Rob Herring that uses NEON intrinsics to perform the RAID-6 syndrome calculations. It uses the existing unroll.awk code to generate several unrolled versions of which the best performing one is selected at boot time. Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org> Acked-by: Nicolas Pitre <nico@linaro.org> Cc: hpa@linux.intel.com
2013-05-16 15:20:32 +00:00
neon?.c
Reference in New Issue
Copy Permalink