News

A C-string in x86 is called an “implicit length” string at least by Intel – SSE4.2 introduced functions specifically for those: you can use pcmpistri to zip through a string 16 bytes at a time.