From 54c2bd33eddc96ac7268ca43773e98b4cd7433f6 Mon Sep 17 00:00:00 2001 From: Lars Knoll Date: Thu, 4 May 2023 12:32:51 +0200 Subject: Upgrade pffft to the latest version Pick-to: 6.5 6.5.1 Fixes: QTBUG-113355 Change-Id: Ib7f7c45fe89f6516d136406eb068ea740cff11fe Reviewed-by: Artem Dyomin Reviewed-by: Volker Hilsheimer --- src/3rdparty/pffft/pffft.c | 2 +- src/3rdparty/pffft/qt_attribution.json | 5 ++--- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/src/3rdparty/pffft/pffft.c b/src/3rdparty/pffft/pffft.c index e6018e162..6e9f1ebf8 100644 --- a/src/3rdparty/pffft/pffft.c +++ b/src/3rdparty/pffft/pffft.c @@ -1314,7 +1314,7 @@ void pffft_zreorder(PFFFT_Setup *setup, const float *in, float *out, pffft_direc v4sf *vout = (v4sf*)out; assert(in != out); if (setup->transform == PFFFT_REAL) { - int k, dk = N/32; + int dk = N/32; if (direction == PFFFT_FORWARD) { for (k=0; k < dk; ++k) { INTERLEAVE2(vin[k*8 + 0], vin[k*8 + 1], vout[2*(0*dk + k) + 0], vout[2*(0*dk + k) + 1]); diff --git a/src/3rdparty/pffft/qt_attribution.json b/src/3rdparty/pffft/qt_attribution.json index a5c9553d9..e606f3b5a 100644 --- a/src/3rdparty/pffft/qt_attribution.json +++ b/src/3rdparty/pffft/qt_attribution.json @@ -7,9 +7,8 @@ "SecurityCritical": true, "Homepage": "https://bitbucket.org/jpommier/pffft.git", - "Version": "7c3b5a7dc510", - "DownloadLocation": "https://bitbucket.org/jpommier/pffft/get/7c3b5a7dc510.zip", - + "Version": "38946c766c1a", + "DownloadLocation": "https://bitbucket.org/jpommier/pffft/get/38946c766c1a.zip" "CopyrightFile": "COPYRIGHTS", "License": "BSD 3-Clause \"New\" or \"Revised\" License", "LicenseId": "BSD-3-Clause", -- cgit v1.2.1