History log of /netbsd-src/common/lib/libc/arch/i386/string/memcpy.S (Results 1 – 4 of 4)
Revision Date Author Comments
# 2c56941e 22-Mar-2014 jakllsch <jakllsch@NetBSD.org>

For all i386 string assembly functions that don't overlap use END() so
that symbol size information is available.


# 51a21598 12-Nov-2007 ad <ad@NetBSD.org>

Don't unconditionally clear the direction flag. The ABI says it must always
be clear when making a function call, and 'cld' takes about 50 clock cyles
on the P4.


# 88cde7b8 07-Apr-2006 yamt <yamt@NetBSD.org>

prefix local labels with ".L".


# 37c9f0a6 20-Dec-2005 christos <christos@NetBSD.org>

Merge libkern + libc common files. As requested by core.