Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 15 May 2005 20:26:48 +0000 (UTC)
From:      Alan Cox <alc@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/lib/libc/amd64/string Makefile.inc bcmp.S bcopy.S bzero.S memcmp.S memcpy.S memmove.S memset.S
Message-ID:  <200505152026.j4FKQmiD021528@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
alc         2005-05-15 20:26:48 UTC

  FreeBSD src repository

  Added files:           (Branch: RELENG_5)
    lib/libc/amd64/string Makefile.inc bcmp.S bcopy.S bzero.S 
                          memcmp.S memcpy.S memmove.S memset.S 
  Log:
  MFC
   Add machine-specific, optimized implementations of bcmp, bcopy, bzero,
   memcmp, memcpy, memmove, and memset.
  
  Revision  Changes    Path
  1.5.2.1   +3 -0      src/lib/libc/amd64/string/Makefile.inc (new)
  1.2.2.1   +24 -0     src/lib/libc/amd64/string/bcmp.S (new)
  1.2.2.1   +88 -0     src/lib/libc/amd64/string/bcopy.S (new)
  1.2.2.1   +43 -0     src/lib/libc/amd64/string/bzero.S (new)
  1.1.2.1   +41 -0     src/lib/libc/amd64/string/memcmp.S (new)
  1.1.2.1   +5 -0      src/lib/libc/amd64/string/memcpy.S (new)
  1.1.2.1   +5 -0      src/lib/libc/amd64/string/memmove.S (new)
  1.1.2.1   +60 -0     src/lib/libc/amd64/string/memset.S (new)



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