Skip to content

Fast SSE implementations of byte search and case-insensitive character search.

Notifications You must be signed in to change notification settings

scullion/findbyte

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

findbyte.asm

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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published