xref: /linux/tools/perf/bench/mem-memcpy-arch.h (revision 3938bad44ed2fea41328e4be2ae04a8e94540813)
1ea7872b9SHitoshi Mitake 
289fe808aSIngo Molnar #ifdef HAVE_ARCH_X86_64_SUPPORT
3ea7872b9SHitoshi Mitake 
4ea7872b9SHitoshi Mitake #define MEMCPY_FN(fn, name, desc)		\
5*3938bad4SArnaldo Carvalho de Melo 	void *fn(void *, const void *, size_t);
6ea7872b9SHitoshi Mitake 
7ea7872b9SHitoshi Mitake #include "mem-memcpy-x86-64-asm-def.h"
8ea7872b9SHitoshi Mitake 
9ea7872b9SHitoshi Mitake #undef MEMCPY_FN
10ea7872b9SHitoshi Mitake 
11ea7872b9SHitoshi Mitake #endif
12ea7872b9SHitoshi Mitake 
13