Skip to content

Commit

Permalink
Use keywords for SME attributes (#261)
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 authored Aug 17, 2023
1 parent 6410c04 commit 441ada0
Showing 1 changed file with 343 additions and 264 deletions.
Loading

0 comments on commit 441ada0

Please sign in to comment.