Searched hist:e23b7f75de78b519ae98f06ee4a863502a402563 (Results 1 – 1 of 1) sorted by relevance
/freebsd/lib/libc/i386/string/ |
H A D | memcpy.S | diff e23b7f75de78b519ae98f06ee4a863502a402563 Sun Apr 20 15:02:48 CEST 1997 Bruce Evans <bde@FreeBSD.org> 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: NetBSD e23b7f75de78b519ae98f06ee4a863502a402563 Sun Apr 20 15:02:48 CEST 1997 Bruce Evans <bde@FreeBSD.org> 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: NetBSD
|