Skip to content

CP-!1827: Improve architecture support detection

Cristian Le requested to merge LecrisUT/octopus:cp-cmake/2 into main

Use built-in macros to detect AVX and BlueGene support. There compiler complains if flags like -mavx512f is not provided but AVX specific functions are used, so there is no realistic risk of accidentally compiling for the wrong architecture.

Merge request reports