Skip to content

Commit

Permalink
Use keywords for SME attributes
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
rsandifo-arm committed Aug 17, 2023
1 parent 6410c04 commit b9eda28
Showing 1 changed file with 342 additions and 264 deletions.
Loading

0 comments on commit b9eda28

Please sign in to comment.