Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at v3.5 10 lines 200 B view raw
1#ifdef CONFIG_KMEMCHECK 2/* kmemcheck doesn't handle MMX/SSE/SSE2 instructions */ 3# include <asm-generic/xor.h> 4#else 5#ifdef CONFIG_X86_32 6# include "xor_32.h" 7#else 8# include "xor_64.h" 9#endif 10#endif