Skip to content

Commit

Permalink
arm compiler: use -mcpu instead of -march on N1 and V1 (#81)
Browse files Browse the repository at this point in the history
  • Loading branch information
annop-w authored Nov 6, 2023
1 parent 12a1b40 commit d8671aa
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions cpu/microarchitectures.json
Original file line number Diff line number Diff line change
Expand Up @@ -2813,8 +2813,12 @@
],
"arm" : [
{
"versions": "20:",
"versions": "20:21.9",
"flags" : "-march=armv8.2-a+fp16+rcpc+dotprod+crypto"
},
{
"versions": "22:",
"flags" : "-mcpu=neoverse-n1"
}
],
"nvhpc" : [
Expand Down Expand Up @@ -2942,7 +2946,7 @@
},
{
"versions": "22:",
"flags" : "-march=armv8.4-a+sve+ssbs+fp16+bf16+crypto+i8mm+rng"
"flags" : "-mcpu=neoverse-v1"
}
],
"nvhpc" : [
Expand Down

0 comments on commit d8671aa

Please sign in to comment.