Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/evalenti/linux...
[linux/fpc-iii.git] / tools / perf / bench / mem-memcpy-arch.h
blob5aad2a9408b06094c76790ce7d4f330ceb98365e
2 #ifdef HAVE_ARCH_X86_64_SUPPORT
4 #define MEMCPY_FN(fn, name, desc) \
5 void *fn(void *, const void *, size_t);
7 #include "mem-memcpy-x86-64-asm-def.h"
9 #undef MEMCPY_FN
11 #endif