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
qed: Fix static checker warning
[linux/fpc-iii.git]
/
tools
/
perf
/
bench
/
mem-memset-arch.h
blob
53f45482663fe3acc7e204c8d627462dd3b86933
1
/* SPDX-License-Identifier: GPL-2.0 */
2
3
#ifdef HAVE_ARCH_X86_64_SUPPORT
4
5
#define MEMSET_FN(fn, name, desc) \
6
void *fn(void *, int, size_t);
7
8
#include
"mem-memset-x86-64-asm-def.h"
9
10
#undef MEMSET_FN
11
12
#endif
13