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

Add SIMD versions of scrambler and vector multiplication #361

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Commits on Jun 4, 2024

  1. Add SIMD versions of scrambler and vector multiplication

    Signed-off-by: João Silva <[email protected]>
    vankxr committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    77e5059 View commit details
    Browse the repository at this point in the history
  2. Use lddqu instead of loadu since it may perform better in certain sit…

    …uations
    
    Signed-off-by: João Silva <[email protected]>
    vankxr committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    824299f View commit details
    Browse the repository at this point in the history
  3. Use x XOR 255 to achieve 255-x to make it faster

    Signed-off-by: João Silva <[email protected]>
    vankxr committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    7005b47 View commit details
    Browse the repository at this point in the history
  4. Fix typo

    Signed-off-by: João Silva <[email protected]>
    vankxr committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    560678b View commit details
    Browse the repository at this point in the history