Skip to content

Commit

Permalink
Merge pull request #243 from trz42/sync_nessi_eessi_arch_specs
Browse files Browse the repository at this point in the history
use `_` instead of `-`
  • Loading branch information
poksumdo authored Jan 22, 2024
2 parents 870a7b7 + 0623c60 commit 67c891f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 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
"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

0 comments on commit 67c891f

Please sign in to comment.