summaryrefslogtreecommitdiffstats
path: root/libc/string/i386/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Merge from trunk. Going pretty good so far. Kind of. Okay, not really."Steven J. Hill"2006-02-251-3/+3
|
* Merge from trunk."Steven J. Hill"2005-12-021-3/+1
|
* Merge from trunk."Steven J. Hill"2005-10-301-37/+8
|
* merge parallel build supportMike Frysinger2005-01-251-5/+4
|
* The curse of cut-n-pasteEric Andersen2003-11-061-6/+1
|
* Add some initial x86 string optimizations. These make no attempt to use niftyEric Andersen2003-11-061-0/+50
things like mmx/3dnow/etc. These are not inline, and will therefore not be as fast as modifying the headers to use inlines (and cannot therefore do tricky things when dealing with const memory). But they should (I hope!) be faster than their generic equivalents.... More importantly, these should provide a good example for others to follow when adding arch specific optimizations. -Erik