JustOS/linux-6.13/tools/perf/bench/mem-memcpy-x86-64-asm-def.h
justuser 02e73b8cd9 up
2025-01-24 17:00:19 +03:00

10 lines
224 B
C

/* SPDX-License-Identifier: GPL-2.0 */
MEMCPY_FN(memcpy_orig,
"x86-64-unrolled",
"unrolled memcpy() in arch/x86/lib/memcpy_64.S")
MEMCPY_FN(__memcpy,
"x86-64-movsq",
"movsq-based memcpy() in arch/x86/lib/memcpy_64.S")