Skip to content

audioconvert: fix rare unaligned load exceptions

Dmitry Sharshakov requested to merge avx-unaligned-load into master

Supposed causes described in the issue. Also improve float semantics.

Fixes #3790 (closed)

Partially reverts d47353c0. It included no description, thus I ask for a review to ensure I didn't regress something important.

Briefly tested on Ryzen 5 4500U with AVX optimized resampler being used.

CC: @pobrn @wtaymans

Edited by Dmitry Sharshakov

Merge request reports