Skip to content

Improve support for Intel compilers

Guilherme Amadio requested to merge misc-fixes into master
  • Treat fast-math options correctly
  • Use -march=native rather than -xHost
  • Use -mavx2 instead of -xCORE-AVX2 (breaks on AMD machines)
  • Add support for new Intel compiler based on LLVM

Merge request reports