Gitiles
Code Review
Sign In
LeafOS
/
LeafOS-Devices
/
android_kernel_samsung_gta4xl
/
ec19628d72cff8f80220b7cedba089074ac6a599
/
.
/
arch
/
x86
/
include
/
asm
/
xor.h
blob: 7fcf6f3dbcc37af7e45b3ffaa38f7b6a02f25f26 [
file
] [
log
] [
blame
]
#ifdef
CONFIG_KMEMCHECK
/* kmemcheck doesn't handle MMX/SSE/SSE2 instructions */
# include <asm-generic/xor.h>
#else
#ifdef
CONFIG_X86_32
# include "xor_32.h"
#else
# include "xor_64.h"
#endif
#endif