Skip to content

mvidelgauz/libmemcpy

 
 

Repository files navigation

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.

About

glibc memcpy routines split off into a separate library

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Assembly 90.2%
  • C 6.5%
  • Python 2.3%
  • Other 1.0%