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

Use keywords for SME attributes #261

Merged
merged 1 commit into from
Aug 17, 2023

Commits on Aug 17, 2023

  1. Use keywords for SME attributes

    A patch series recently went into Clang to support a kind of keyword
    attribute that can appear wherever a standard attribute can appear,
    and that appertains to whatever a standard attribute appertains to:
    https://reviews.llvm.org/D148700
    
    This patch changes the syntax used for SME to match this style, rather
    than using GNU attributes.  That avoid the previous situation in which
    older compilers would ignore (or just warn about) SME attributes,
    and so would generate wrong code.
    rsandifo-arm committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    74307a2 View commit details
    Browse the repository at this point in the history