Fix: SIMD implementation for average calculation in AE0169
1 unresolved thread
1 unresolved thread
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
Activity
Filter activity
@yo-kidani, can you please check this problem and the fix?
@seregin, I have confirmed that your changes correctly fix the problem. Thank you very much for your finding and fixing it.
mentioned in commit 8f9e42a0