Sign in
gem5
/
arm
/
linux
/
8f6a9f0d0604817f7c8d4376fd51718f1bf192ee
/
.
/
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