tnt has submitted this change and it was merged. ( 
https://gerrit.osmocom.org/12417 )

Change subject: arm/convolve: Fix the vfp4 real convolution for h_len=12
......................................................................

arm/convolve: Fix the vfp4 real convolution for h_len=12

Change-Id: Ic73f0746edd3f1f22bb1d79d4c64aa740691dd48
Signed-off-by: Sylvain Munaut <[email protected]>
---
M Transceiver52M/arch/arm/convolve_neon.S
1 file changed, 2 insertions(+), 2 deletions(-)

Approvals:
  Jenkins Builder: Verified
  Pau Espin Pedrol: Looks good to me, but someone else must approve
  Harald Welte: Looks good to me, approved



diff --git a/Transceiver52M/arch/arm/convolve_neon.S 
b/Transceiver52M/arch/arm/convolve_neon.S
index 637d150..8a023ff 100644
--- a/Transceiver52M/arch/arm/convolve_neon.S
+++ b/Transceiver52M/arch/arm/convolve_neon.S
@@ -92,8 +92,8 @@
        vld2.32     {q8-q9}, [r4], r6
        vld2.32   {q10-q11}, [r5], r6
 #ifdef HAVE_NEON_FMA
-       vfma.f32         q1,   q6, q0
-       vfma.f32         q3,   q7, q0
+       vmul.f32         q1,   q6, q0
+       vmul.f32         q3,   q7, q0
        vfma.f32         q1,   q8, q2
        vfma.f32         q3,   q9, q2
        vfma.f32         q1,  q10, q4

--
To view, visit https://gerrit.osmocom.org/12417
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-trx
Gerrit-Branch: master
Gerrit-MessageType: merged
Gerrit-Change-Id: Ic73f0746edd3f1f22bb1d79d4c64aa740691dd48
Gerrit-Change-Number: 12417
Gerrit-PatchSet: 5
Gerrit-Owner: tnt <[email protected]>
Gerrit-Reviewer: Harald Welte <[email protected]>
Gerrit-Reviewer: Jenkins Builder (1000002)
Gerrit-Reviewer: Pau Espin Pedrol <[email protected]>
Gerrit-Reviewer: tnt <[email protected]>

Reply via email to