Gitiles
Code Review
Sign In
LeafOS
/
LeafOS-Devices
/
android_kernel_realme_mt6785
/
bb176f67090ca54869fc1262c913aa69d2ede070
/
.
/
tools
/
perf
/
bench
/
mem-memcpy-arch.h
blob: 5aad2a9408b06094c76790ce7d4f330ceb98365e [
file
] [
log
] [
blame
]
#ifdef
HAVE_ARCH_X86_64_SUPPORT
#define
MEMCPY_FN
(
fn
,
name
,
desc
)
\
void
*
fn
(
void
*,
const
void
*,
size_t
);
#include
"mem-memcpy-x86-64-asm-def.h"
#undef
MEMCPY_FN
#endif