Re: [tim-janik/beast] TESTS: testresampler: fix resampler tests for clang9 (#140)

2020-02-13 Thread Tim Janik via beast
> Relax expected accuracy for 24-bit subsampling from 126 to 124.5 dB, to fix > testresampler for clang9. > > This should fix #139. Did you find out *why* this is needed? I.e. peeked at the generated assembly to figure if -ffast-math related options possibly allow transformations that could

[tim-janik/beast] TESTS: testresampler: fix resampler tests for clang9 (#140)

2020-02-13 Thread Stefan Westerfeld via beast
Relax expected accuracy for 24-bit subsampling from 126 to 124.5 dB, to fix testresampler for clang9. This should fix #139. You can view, comment on, or merge this pull request online at: https://github.com/tim-janik/beast/pull/140 -- Commit Summary -- * TESTS: testresampler: fix resampler

Re: [tim-janik/beast] Resampler accuracy tests fail (#139)

2020-02-13 Thread Tim Janik via beast
> Since we enabled -ffast-math, resampler accuracy tests have been failing. > Just build todays Beats master and run the checks: Note, for the test to fail, the build mode must be MODE=production, debug mode in particular doesn't trigger it, probably because of the lack of compiler