mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-31 22:25:38 -04:00
pipewire will allocate buffers aligned to the max alignment required for the CPU. Take this into account and don't expect larger alignment. Fixes a warning in mixer-dsp when the CPU max alignment is 16 but the plugin requires 32 bytes alignment for the AVX2 path (that would never be chosen on the CPU). See #2074 |
||
|---|---|---|
| .. | ||
| examples | ||
| include | ||
| plugins | ||
| tests | ||
| tools | ||
| meson.build | ||