summaryrefslogtreecommitdiff
path: root/src/3rdparty/pffft
diff options
context:
space:
mode:
Diffstat (limited to 'src/3rdparty/pffft')
-rw-r--r--src/3rdparty/pffft/pffft.c2
-rw-r--r--src/3rdparty/pffft/qt_attribution.json5
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",