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

Build VPERM At Runtime (Again?) #11385

Merged
merged 7 commits into from
Jan 18, 2022
Merged

Build VPERM At Runtime (Again?) #11385

merged 7 commits into from
Jan 18, 2022

Commits on Jan 17, 2022

  1. Configuration menu
    Copy the full SHA
    14170af View commit details
    Browse the repository at this point in the history
  2. PPU: more interpreter refactoring (VPERM)

    Notably, runtime-built SSSE3 version of VPERM.
    Some other instructions are refactored and vectorized.
    Aarch64 impl of multiple instructions including VPERM.
    Nekotekina committed Jan 17, 2022
    Configuration menu
    Copy the full SHA
    b404d37 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    248f942 View commit details
    Browse the repository at this point in the history
  4. PPU: refactor vector rounding instructions

    Fix: nearbyint -> roundeven
    Nekotekina committed Jan 17, 2022
    Configuration menu
    Copy the full SHA
    14cca55 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4704367 View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2022

  1. PPU: improve interpreter codegen

    Implement more sensible check for EVEX prefix and SSE
    Nekotekina committed Jan 18, 2022
    Configuration menu
    Copy the full SHA
    4728478 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    08b02ef View commit details
    Browse the repository at this point in the history