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

[AArch64] Update target feature requirements of SVE bfloat instructions #75596

Merged
merged 3 commits into from
Dec 20, 2023

Commits on Dec 19, 2023

  1. [AArch64] Update target feature requirements of SVE bfloat instructions

    According to the latest update of the ISA
    https://developer.arm.com/documentation/ddi0602/2023-09/?lang=en
    all of the affected instruction encodings now require
    
        (FEAT_SVE2 or FEAT_SME2) and FEAT_SVE_B16B16
    momchil-velikov committed Dec 19, 2023
    Configuration menu
    Copy the full SHA
    04a03ea View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ddae150 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9ae596b View commit details
    Browse the repository at this point in the history