Skip to content

Select AVX features

Marcel Loose requested to merge select-avx into master

Add possibility to select which AVX features to use during build. This is most useful for packaging, because using the compile option -march=native, which is set when PORTABLE=OFF is rather coarse-grained and may produce binaries that cannot be run on most systems.

Merge request reports