Skip to content

Fix: SIMD implementation for average calculation in AE0169

Vadim Seregin requested to merge seregin/ECM:FIX_SIMD_AVG into master

Fix SIMD implementation for average calculation. The existed implementation introduced AVX2/AVX difference since not the whole block was included, for blocks greater than 8, only the first 8 samples of each row were considered.

Edited by Vadim Seregin

Merge request reports