Date: Sun, 20 Apr 1997 06:02:53 -0700 (PDT) From: Bruce Evans <bde> To: CVS-committers, cvs-all, cvs-lib Subject: cvs commit: src/lib/libc/i386/string memcpy.S Message-ID: <199704201302.GAA19393@freefall.freebsd.org>
index | next in thread | raw e-mail
bde 97/04/20 06:02:51 Added: lib/libc/i386/string memcpy.S Log: Use separate routines for memmove() and memcpy(). This lets me drop the (buggy) support for alternative entry points. ALTENTRY() was only used for memmove(). Optimizing for space was particularly silly because memcpy() is rarely used (gcc normally inlines it). Obtained from: NetBSDhome | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199704201302.GAA19393>
