You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
SSE implementations of byte search (FindByteSSE) and 7-bit case-insensitive
character search (FindByteNoCaseSSE). Similar in functionality to
memchr() and _memichr().
For use with the NASM assembler. A binary library is provided.
About
Fast SSE implementations of byte search and case-insensitive character search.