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

zvk: Check VR index alignment constraint and vm constraint #1843

Closed
wants to merge 1 commit into from

Commits on Oct 24, 2024

  1. zvk: Check VR index alignment constraint and vm constraint

    The vector specification requires aligning the VR index regarding the
    LMUL. Also, it requires that vd cannot be v0 when masking.
    
    Although the vector crypto specification does not explicitly state those
    two constraints, the deriving extension should include the general
    constraints from the vector specification.
    
    This commit checks the VR index and vm constraints on Zvk instructions.
    YenHaoChen committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    b6c7855 View commit details
    Browse the repository at this point in the history