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
While working on #66, I discovered that pext#/pdep# only use hardware instructions when enabling the -mbmi2 flag. This makes selectBits up to 20x faster! This is an x86-specific flag though and it's not available everywhere, so it shouldn't be enabled by default.
The text was updated successfully, but these errors were encountered:
While working on #66, I discovered that
pext#
/pdep#
only use hardware instructions when enabling the-mbmi2
flag. This makesselectBits
up to 20x faster! This is an x86-specific flag though and it's not available everywhere, so it shouldn't be enabled by default.The text was updated successfully, but these errors were encountered: