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
MaxGraey
changed the title
Rotation shift builtins for small numbers incorrectly implemented
Rotation shift builtins for small integers incorrectly implemented
Oct 8, 2020
MaxGraey
changed the title
Rotation shift builtins for small integers incorrectly implemented
Rotation shift builtins for small typed integers incorrectly implemented
Oct 10, 2020
Uh oh!
There was an error while loading. Please reload this page.
It seems we have wrong polyfills of
rotr
/rotl
for small integers likeu16
/u8
. Here how it compile now:current result:
what I expected:
which equivalent to:
The text was updated successfully, but these errors were encountered: