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

SIMD-based implementations #109

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

SIMD-based implementations #109

wants to merge 4 commits into from

Commits on Apr 3, 2024

  1. Implement clmul for crc8, 16, 32, test for all cases in the correctne…

    …ss tests (as the all test doesn't work for simd because of the amount of data it needs)
    valaphee committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    79e1c40 View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2024

  1. Rename clmul to simd

    valaphee committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    677a3b3 View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2024

  1. Moving mask to const, eliminating transmutes and ensuring const evalu…

    …ation and therefore uses the alignment of the destination
    valaphee committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    82b4ac8 View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2024

  1. Fix doc comment

    valaphee committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    07acda3 View commit details
    Browse the repository at this point in the history