Skip to content

Commit

Permalink
add arm compiler support to graviton2
Browse files Browse the repository at this point in the history
  • Loading branch information
FindHao authored and alalazo committed Oct 22, 2021
1 parent 39258f5 commit 9e612f5
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions cpu/microarchitectures.json
Original file line number Diff line number Diff line change
Expand Up @@ -1942,7 +1942,14 @@
"versions": "5:",
"flags" : "-march=armv8.2-a+fp16+rcpc+dotprod+crypto"
}
],
"arm" : [
{
"versions": "20:",
"flags" : "-march=armv8.2-a+fp16+rcpc+dotprod+crypto"
}
]

}
},
"m1": {
Expand Down

0 comments on commit 9e612f5

Please sign in to comment.