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 3, 2023
1 parent 8445ddd commit 52765fc
Showing 1 changed file with 331 additions and 264 deletions.
Loading

0 comments on commit 52765fc

Please sign in to comment.