Skip to content

Small improvements to VecCore/examples/quadratic.cc benchmark

Guilherme Amadio requested to merge amadio/veccore-4 into master

As commented by Przemek at the link below, we need to uninline the AVX2 intrinsics functions so that we only compare vectorization gains, rather than gains from streaming loads/stores too. Also, FMA code is only added when FMA is defined, another suggestion by Przemek.

Please see commit messages for details.

3594a42e (comment 36557)

Merge request reports