IQ-TREE icon indicating copy to clipboard operation
IQ-TREE copied to clipboard

AVX512 on Skylake and later

Open Phhere opened this issue 2 years ago • 0 comments

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")

Phhere avatar Nov 22 '21 12:11 Phhere