Gitiles
Code Review
Sign In
LeafOS
/
LeafOS-Devices
/
android_kernel_samsung_exynos9820
/
ff7109fa632654eaef657186f2942f5b679023d6
/
.
/
arch
/
x86
/
include
/
asm
/
xor.h
blob: f8fde90bc45e37171a7390723e3afff2ee9a1788 [
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 <asm/xor_32.h>
#else
# include <asm/xor_64.h>
#endif
#endif