Skip to content

Commit

Permalink
Fix archdetect: ensure we use instructions introduced with ARM v8.2 f…
Browse files Browse the repository at this point in the history
…or Neoverse N1
  • Loading branch information
Richard Top committed May 6, 2024
1 parent a7ff89a commit 5dcd453
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions init/arch_specs/eessi_arch_arm.spec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# ARM CPU architecture specifications
# Software path in EESSI | Vendor ID | List of defining CPU features
"aarch64/neoverse_n1" "ARM" "asimd" # Ampere Altra
"aarch64/neoverse_n1" "" "asimd" # AWS Graviton2
"aarch64/neoverse_v1" "ARM" "asimd svei8mm"
"aarch64/neoverse_v1" "" "asimd svei8mm" # AWS Graviton3
# ARM CPU architecture specifications (see https://gpages.juszkiewicz.com.pl/arm-socs-table/arm-socs.html for guidance)
"aarch64/neoverse_n1" "ARM" "asimddp" # Ampere Altra
"aarch64/neoverse_n1" "" "asimddp" # AWS Graviton2
"aarch64/neoverse_v1" "ARM" "asimddp svei8mm"
"aarch64/neoverse_v1" "" "asimddp svei8mm" # AWS Graviton3

0 comments on commit 5dcd453

Please sign in to comment.