Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 10 Mar 2003 02:54:36 -0800 (PST)
From:      "Tim J. Robbins" <tjr@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/lib/libc/i386/string Makefile.inc wcscmp.S
Message-ID:  <200303101054.h2AAsaKu089414@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
tjr         2003/03/10 02:54:36 PST

  FreeBSD src repository

  Modified files:
    lib/libc/i386/string Makefile.inc 
  Added files:
    lib/libc/i386/string wcscmp.S 
  Log:
  MFp4: Pentium-optimised implementation of wcscmp(). Performs significantly
  better than the code generated by gcc in many cases.
  
  Revision  Changes    Path
  1.10      +1 -1      src/lib/libc/i386/string/Makefile.inc
  1.1       +79 -0     src/lib/libc/i386/string/wcscmp.S (new)

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-src" in the body of the message




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