Skip to content

Draft: Decrease default vectorization threshold when compiling gravity interactions

Peter W. Draper requested to merge vec-threshold into master

When optimizing with AVX2 some of the loops (notably at line 1092) are no longer vectorized. This makes that happen and gives good speed ups.

Fixes #865 (closed)

Now draft as the real solution could be a regression in how we use openmp pragmas as compilation hints.

Edited by Peter W. Draper

Merge request reports