aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/bench/mem-memset-arch.h
blob: 53f45482663fe3acc7e204c8d627462dd3b86933 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
/* SPDX-License-Identifier: GPL-2.0 */

#ifdef HAVE_ARCH_X86_64_SUPPORT

#define MEMSET_FN(fn, name, desc)		\
	void *fn(void *, int, size_t);

#include "mem-memset-x86-64-asm-def.h"

#undef MEMSET_FN

#endif