Skip to content

Latest commit

 

History

History
1 lines (1 loc) · 234 Bytes

File metadata and controls

1 lines (1 loc) · 234 Bytes

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.