Skip to content

Fix compilation on processors without avx2 instructions

Mattia Mancini requested to merge mancini/DP3:fix_compilation_on_arm into master

On ARM processors the avx2 instructions are not available hence the compilation fails. This is taken into account in some of the headers but not in all of them.

Merge request reports