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

attributes/codegen: Add aarch64/linux/LLVM features #1546

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

Commits on Jul 18, 2024

  1. attributes/codegen: Add aarch64/linux/LLVM features

    Update attributes/codegen.md to include newly added aarch64 CPU
    features.
    
    List of added features:
    
    - FEAT_CSSC
    - FEAT_ECV
    - FEAT_FAMINMAX
    - FEAT_FLAGM2
    - FEAT_FP8
    - FEAT_FP8DOT2
    - FEAT_FP8DOT4
    - FEAT_FP8FMA
    - FEAT_FPMR
    - FEAT_HBC
    - FEAT_LSE128
    - FEAT_LSE2
    - FEAT_LUT
    - FEAT_MOPS
    - FEAT_LRCPC3
    - FEAT_SVE_B16B16
    - FEAT_SVE2p1
    - FEAT_WFxT
    mrkajetanp committed Jul 18, 2024
    Configuration menu
    Copy the full SHA
    ee450b4 View commit details
    Browse the repository at this point in the history
  2. attributes/codegen: Add aarch64/linux/LLVM SME features

    Update attributes/codegen.md to include newly added aarch64
    SME CPU features.
    
    List of added features:
    
    - FEAT_SME
    - FEAT_SME_F16F16
    - FEAT_SME_F64F64
    - FEAT_SME_F8F16
    - FEAT_SME_F8F32
    - FEAT_SME_FA64
    - FEAT_SME_I16I64
    - FEAT_SME_LUTv2
    - FEAT_SME2
    - FEAT_SME2p1
    - FEAT_SSVE_FP8FDOT2
    - FEAT_SSVE_FP8FDOT4
    - FEAT_SSVE_FP8FMA
    mrkajetanp committed Jul 18, 2024
    Configuration menu
    Copy the full SHA
    ec8056a View commit details
    Browse the repository at this point in the history
  3. attributes/codegen: Update aarch64 feature dependencies

    Update aarch64 feature dependencies to match the updates in stdarch.
    mrkajetanp committed Jul 18, 2024
    Configuration menu
    Copy the full SHA
    9f10d66 View commit details
    Browse the repository at this point in the history