cvs commit: src/lib/libc/amd64/string Makefile.inc bcopy.S bzero.S memcpy.S memmove.S memset.S

Alan Cox alc at FreeBSD.org
Wed Apr 6 20:56:03 PDT 2005


alc         2005-04-07 03:56:03 UTC

  FreeBSD src repository

  Added files:
    lib/libc/amd64/string Makefile.inc bcopy.S bzero.S memcpy.S 
                          memmove.S memset.S 
  Log:
  Add machine-specific, optimized implementations of bcopy, bzero, memcpy,
  memmove, and memset.
  
  PR: 73111
  Submitted by: Ville-Pertti Keinonen <will at iki.fi> (taken from NetBSD)
  MFC after: 3 weeks
  
  Revision  Changes    Path
  1.1       +3 -0      src/lib/libc/amd64/string/Makefile.inc (new)
  1.1       +94 -0     src/lib/libc/amd64/string/bcopy.S (new)
  1.1       +45 -0     src/lib/libc/amd64/string/bzero.S (new)
  1.1       +5 -0      src/lib/libc/amd64/string/memcpy.S (new)
  1.1       +5 -0      src/lib/libc/amd64/string/memmove.S (new)
  1.1       +60 -0     src/lib/libc/amd64/string/memset.S (new)


More information about the cvs-all mailing list