Skip to content

audioconvert: Make it build again on 32-bit arm

Jonas Holmberg requested to merge jij/pipewire:master into master

NOTE THAT THIS IS COMPLETELY UNTESTED! I only verified that it compiles.

Increment the register after VLD2 with a separate ADDS instruction.

This fixes the compiler error: spa/plugins/audioconvert/fmt-ops-neon.c: {standard input}: Assembler messages: {standard input}:72: Error: post-index must be a register -- `vld2.16 { d0[0],d1[0] },[r0],#4 (closed)'

Merge request reports