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

aes: initial implementation of most aes instructions #1072

Merged
merged 7 commits into from Oct 13, 2023

Commits on Oct 12, 2023

  1. Configuration menu
    Copy the full SHA
    99f2909 View commit details
    Browse the repository at this point in the history
  2. aes: fixed some CI warnings

    removed trailing whitespaces
    commented unused variables
    changed const variable to define
    Vineg committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    7593066 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'master' into aes

    Vineg committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    accef36 View commit details
    Browse the repository at this point in the history
  4. aes: added _simde_ prefix to private vars

    removed semicolon from define
    Vineg committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    d9c71c9 View commit details
    Browse the repository at this point in the history
  5. aes: replaced _simde_ prefix with simde_x_

    changed two casts
    Vineg committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    cfbea4e View commit details
    Browse the repository at this point in the history
  6. aes: fix _mm_aesimc_si128 alias signature

    Co-authored-by: Michael R. Crusoe <1330696+mr-c@users.noreply.github.com>
    Vineg and mr-c committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    aee2965 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    edf2c17 View commit details
    Browse the repository at this point in the history