Skip to content

Commit

Permalink
Add ARM compiler support to A64fx
Browse files Browse the repository at this point in the history
Pass the required flags (-march=armv8...+sve) to generate SVE binaries
(the default is to generate NEON binaries, even if the cpu is SVE capable).
  • Loading branch information
ggouaillardet authored and alalazo committed Oct 22, 2021
1 parent 13e640c commit 39258f5
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 @@ -1834,6 +1834,12 @@
"versions": "5:",
"flags": "-march=armv8.2-a+crc+crypto+fp16+sve"
}
],
"arm": [
{
"versions": "20:",
"flags": "-march=armv8.2-a+crc+crypto+fp16+sve"
}
]
}
},
Expand Down

0 comments on commit 39258f5

Please sign in to comment.