repo.or.cz
/
linux
/
fpc-iii.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge tag 'locks-v3.16-2' of git://git.samba.org/jlayton/linux
[linux/fpc-iii.git]
/
tools
/
perf
/
bench
/
mem-memset-arch.h
blob
633800cb0dcb0ad60309c1a12003f42d38e64b08
1
2
#ifdef HAVE_ARCH_X86_64_SUPPORT
3
4
#define MEMSET_FN(fn, name, desc) \
5
extern void *fn(void *, int, size_t);
6
7
#include
"mem-memset-x86-64-asm-def.h"
8
9
#undef MEMSET_FN
10
11
#endif
12