Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
577ef92512a5baf90233ab5d0dd6dd7dca33ee96
/
.
/
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