summaryrefslogtreecommitdiffstats
path: root/src/arch/i386/include/bits/string.h
Commit message (Collapse)AuthorAgeFilesLines
* [x86_64] Add support for compilation as an x86_64 binaryMichael Brown2008-12-051-252/+0Star
| | | | | | | | | | | | Currently the only supported platform for x86_64 is EFI. Building an EFI64 gPXE requires a version of gcc that supports __attribute__((ms_abi)). This currently means a development build of gcc; the feature should be present when gcc 4.4 is released. In the meantime; you can grab a suitable gcc tree from git://git.etherboot.org/scm/people/mcb30/gcc/.git
* Accelerate memcpy() by around 32% on large, dword-aligned copies.Michael Brown2007-01-181-0/+7
|
* (Redoing check-in lost by SourceForge's failure.)Michael Brown2006-05-131-11/+21
| | | | Avoid optimisation errors under -fstrict-aliasing.
* Added __constant_memcpy() based on version in Linux's string.h.Michael Brown2006-04-241-12/+135
| | | | Added memswap().
* Add memcpyMichael Brown2005-05-091-0/+13
|
* Initial revisionMichael Brown2005-03-081-0/+99