4
0
mirror of git://sourceware.org/git/newlib-cygwin.git synced 2025-01-19 04:49:25 +08:00
Corinna Vinschen 43743ed754 Cygwin: x86_64: import latest NetBSD bcopy.S
Tweak slightly to allow implementing entire {w}mem{p}{cpy,move}
family:

Add WIDE macro processing for wmem* and POST macro processing for
memp* functions.

Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
2022-12-20 10:13:59 +01:00

6 lines
114 B
ArmAsm

/* $NetBSD: memcpy.S,v 1.1 2005/12/20 19:28:51 christos Exp $ */
#define MEMCOPY
#define WIDE
#include "bcopy.S"