Optimize memcpy.

Use __builtin_memcpy on small strings (gcc can inline these well).
Use 4-byte copies when applicable - this is important when copying
    option roms from slow PCI space.
2 files changed
tree: ffd3889a2352ed92ac1ba0839b0f16b5ddefd167
  1. src/
  2. tools/
  3. .gitignore
  4. COPYING
  5. COPYING.LESSER
  6. Makefile
  7. README
  8. TODO