Skip to content

Commit

Permalink
add arm compiler
Browse files Browse the repository at this point in the history
  • Loading branch information
AdhocMan committed Oct 30, 2023
1 parent 4de8019 commit 0a84464
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions cpu/microarchitectures.json
Original file line number Diff line number Diff line change
Expand Up @@ -3090,6 +3090,12 @@
"flags" : "-mcpu=neoverse-v2 -msve-vector-bits=128"
}
],
"arm" : [
{
"versions": "23.04.0:",
"flags" : "-mcpu=neoverse-v2"
}
],
"nvhpc" : [
{
"versions": "23.3:",
Expand Down

0 comments on commit 0a84464

Please sign in to comment.