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

Commits on May 5, 2021

  1. Fix #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.
    robdockins committed May 5, 2021
    Configuration menu
    Copy the full SHA
    0707bdc View commit details
    Browse the repository at this point in the history

Commits on May 6, 2021

  1. Dispatch to shiftSeqByInteger and shiftSeqByWord

    in the `BitmapVal` cases of `shiftWordByInteger` and
    `shiftWordByWord`.
    robdockins committed May 6, 2021
    Configuration menu
    Copy the full SHA
    6497dae View commit details
    Browse the repository at this point in the history
  2. A bit more documentation

    robdockins committed May 6, 2021
    Configuration menu
    Copy the full SHA
    a081657 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a05b4ed View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    69e7689 View commit details
    Browse the repository at this point in the history