From 263adb45f479db75d8f6c7da690dbaa5779b349d Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Thu, 11 Nov 2021 11:21:07 +0100 Subject: [PATCH] audioconvert: fix compilation on armv7 --- spa/plugins/audioconvert/fmt-ops-neon.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spa/plugins/audioconvert/fmt-ops-neon.c b/spa/plugins/audioconvert/fmt-ops-neon.c index 0d738bfb0..56c6b628b 100644 --- a/spa/plugins/audioconvert/fmt-ops-neon.c +++ b/spa/plugins/audioconvert/fmt-ops-neon.c @@ -94,7 +94,7 @@ conv_s16_to_f32d_2_neon(struct convert *conv, void * SPA_RESTRICT dst[], const v " cmp %[remainder], #0\n" " beq 4f\n" "3:" - " vld2.16 { d0[0], d1[0] }, [%[s]], #4\n" + " vld2.16 { d0[0], d1[0] }, [%[s]]!\n" " subs %[remainder], %[remainder], #1\n" " vmovl.s16 q1, d1\n" " vmovl.s16 q0, d0\n"