mirror of
https://github.com/FEX-Emu/linux.git
synced 2024-12-21 08:53:41 +00:00
13 lines
164 B
C
13 lines
164 B
C
|
|
||
|
#ifdef ARCH_X86_64
|
||
|
|
||
|
#define MEMSET_FN(fn, name, desc) \
|
||
|
extern void *fn(void *, int, size_t);
|
||
|
|
||
|
#include "mem-memset-x86-64-asm-def.h"
|
||
|
|
||
|
#undef MEMSET_FN
|
||
|
|
||
|
#endif
|
||
|
|