Skip to content

Simple implementation of <cstring> written in x64 asm

License

Notifications You must be signed in to change notification settings

DymOK93/cstring_asm

Repository files navigation

Implementation of <cstring> (str* and mem* functions, except those using locales) in pure x64 assembler. No optimizations (only memset and memcpy use some tricks for enchanced 8-byte strings), SSE and AVX are not used.

About

Simple implementation of <cstring> written in x64 asm

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published