Skip to content

opus: Force stack alignment on sse optimized functions

This fixes a crash on Win32. Our old GCC 4.7 isn't smart enough to do it by itself. On Win32, the stack alignment is 4 bytes, while GCC assumes 16 bytes when using __m128 vectors.

Fixes gst-plugins-base#582 (closed) Related to https://bugzilla.gnome.org/show_bug.cgi?id=797092

Merge request reports