Skip to content

Commit

Permalink
Amazon Graviton 3 has arm8.4a but 'nodotprod'
Browse files Browse the repository at this point in the history
  • Loading branch information
maximmasiutin committed Mar 20, 2023
1 parent 959238b commit 624bda2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions worker/games.py
Original file line number Diff line number Diff line change
Expand Up @@ -544,6 +544,7 @@ def find_arch(compiler):
elif (
"armv8" in props["arch"]
and "dotprod" in props["arch"]
and not ("nodotprod" in props["arch"])
):
arch = "armv8-dotprod"
elif (
Expand Down

0 comments on commit 624bda2

Please sign in to comment.