Skip site navigation (1)Skip section navigation (2)
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>

next in thread | raw e-mail | index | archive | help
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:	NetBSD



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199704201302.GAA19393>