1
Scientific Discussion / Re: One updated and one new audio processing DSP library
Last post by bryant -Convolution version 4 without using any double. Files within the same group are identical (also true for version 1).Interesting that the canonical version with the "safest" compiler settings produces the worst result (If I'm reading your graphs correctly)!
Quality wise, version 4 is obviously cleaner and more consistent among different compiler settings.
I suspected that the 4th version might (jn theory) produce the best results (because it orders the adds from the smallest to the largest values), but I was never able to measure it. What's more surprising is that (again, if I'm reading correctly) the more advanced SIMD options are producing progressively better results compared to the "correct" ones. Have no guess what that would be.
It seems though that it might be reasonable to switch to version 4 as the default.