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

Use faster division for matrix construction #254

Merged
merged 2 commits into from
Sep 27, 2023
Merged

Commits on Sep 27, 2023

  1. Use faster division for matrix construction

    As note by @cristaloleg in #253 the first parameter is always 1 in uses of `galDivide`.
    
    Implement a `galOneOver` that uses this fact and replace `galDivide`.
    
    Make `expTable` fixed size and cast to uint8 to avoid bounds check on use.
    klauspost committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    7fc70c1 View commit details
    Browse the repository at this point in the history
  2. Remove needless 0 check.

    klauspost committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    dd0945a View commit details
    Browse the repository at this point in the history