Skip to content

Commit

Permalink
Merge pull request #248 from trz42/sync_nessi_eessi_add_support_broad…
Browse files Browse the repository at this point in the history
…well

add broadwell support to archdetect
  • Loading branch information
poksumdo authored Jan 22, 2024
2 parents 5ee5e82 + ca920d6 commit deb8d94
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion init/arch_specs/eessi_arch_x86.spec
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# x86_64 CPU architecture specifications
# Software path in EESSI | Vendor ID | List of defining CPU features
"x86_64/intel/haswell" "GenuineIntel" "avx2 fma" # Intel Haswell, Broadwell
"x86_64/intel/haswell" "GenuineIntel" "avx2 fma" # Intel Haswell
"x86_64/intel/broadwell" "GenuineIntel" "avx2 fma rdseed adx" # Intel Broadwell
"x86_64/intel/skylake_avx512" "GenuineIntel" "avx2 fma avx512f avx512bw avx512cd avx512dq avx512vl" # Intel Skylake, Cascade Lake
"x86_64/amd/zen2" "AuthenticAMD" "avx2 fma" # AMD Rome
"x86_64/amd/zen3" "AuthenticAMD" "avx2 fma vaes" # AMD Milan, Milan-X

0 comments on commit deb8d94

Please sign in to comment.