Skip to content

Commit

Permalink
Update compiler versions for neoverse v2
Browse files Browse the repository at this point in the history
  • Loading branch information
paolotricerri committed May 17, 2024
1 parent 08b278e commit d136449
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions cpu/microarchitectures.json
Original file line number Diff line number Diff line change
Expand Up @@ -3102,15 +3102,19 @@
"flags" : "-march=armv8.5-a+sve -mtune=cortex-a76"
},
{
"versions": "10.0:11.99",
"versions": "10.0:11.3.99",
"flags" : "-march=armv8.5-a+sve+sve2+i8mm+bf16 -mtune=cortex-a77"
},
{
"versions": "11.4:11.99",
"flags" : "-mcpu=neoverse-v2"
},
{
"versions": "12.0:12.99",
"versions": "12.0:12.3.99",
"flags" : "-march=armv9-a+i8mm+bf16 -mtune=cortex-a710"
},
{
"versions": "13.0:",
"versions": "12.4:",
"flags" : "-mcpu=neoverse-v2"
}
],
Expand Down

0 comments on commit d136449

Please sign in to comment.