Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix for issue 1191 #1192

Merged
merged 5 commits into from
May 6, 2021
Merged

Fix for issue 1191 #1192

merged 5 commits into from
May 6, 2021

Conversation

robdockins
Copy link
Contributor

Fixes #1191

The barrel shifter was being called with the wrong width; the
length of the sequence to be shifted was passed instead of the number
of bits in the index word.
in the `BitmapVal` cases of `shiftWordByInteger` and
`shiftWordByWord`.
Copy link
Contributor

@brianhuffman brianhuffman left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me

@robdockins robdockins merged commit ac4500a into master May 6, 2021
@RyanGlScott RyanGlScott deleted the issue1191 branch March 22, 2024 14:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Bug in some shift/rotates
2 participants