Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 602 Bytes

README.md

File metadata and controls

7 lines (4 loc) · 602 Bytes

libmemcpy Linux Build Status

glibc features very fast memcpy routines optimized for various architectures, and runtime logic to pick an optimal one for a given processor.

Unfortunately, if you are targetting systems without glibc — like Windows — you do not have this benefit.

That's where libmemcpy comes in: it contains glibc's copy routines, routinely extracted and patched to build under MinGW.