archspec / archspec-json

Other
20 stars 32 forks source link

Add x86-64-v2 & x86-64-v3 & v4 for Intel compilers #70

Closed stephenmsachs closed 1 year ago

alalazo commented 1 year ago

@rscohn2 Can you please double check these flags?

rscohn2 commented 1 year ago

@rscohn2 Can you please double check these flags?

I asked someone in the compiler team for a recommendation.

rscohn2 commented 1 year ago

This is the recommendation for %intel (icc):

-march=corei7 for X86_64_v2
-march=core-avx2 for x86_64_v3
-march=core-avx512 for x86_64_v4
alalazo commented 1 year ago

Thanks @rscohn2 !