Cibiv / IQ-TREE

Efficient phylogenomic software by maximum likelihood
http://www.iqtree.org
GNU General Public License v2.0
184 stars 44 forks source link

AVX512 on Skylake and later #216

Open Phhere opened 2 years ago

Phhere commented 2 years ago

Hello,

avx512 is also supported on skylake cpus and later and not only KNL. So maybe it would be good to rename this option and build for all avx512 enabled cpus

It would be possible like this in CMakeList.txt: set(AVX512_FLAGS "${AVX512_FLAGS} -xCOMMON-AVX512 -qopt-zmm-usage=high -axCORE-AVX512,MIC-AVX512")