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
Is your feature request related to a problem? Please describe.
Add an integer logarithm operator, similar to Intel's bsr instruction. Adds a lot of utility for certain algorithms.
Describe the solution you'd like
An new operator implementing bsr, probably log2.
Describe alternatives you've considered
Some unused operator (?>) would also be fine, though I'd like to avoid cryptic names.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
Add an integer logarithm operator, similar to Intel's bsr instruction. Adds a lot of utility for certain algorithms.
Describe the solution you'd like
An new operator implementing
bsr
, probablylog2
.Describe alternatives you've considered
Some unused operator (
?>
) would also be fine, though I'd like to avoid cryptic names.The text was updated successfully, but these errors were encountered: