@@ -160,9 +160,9 @@ This SRC library also implements a much faster "power of 2" resampling (e.g.
160
160
which is engaged automatically if the resampling parameters permit.
161
161
162
162
This library was tested for compatibility with [ GNU C++] ( https://gcc.gnu.org/ ) ,
163
- [ Microsoft Visual C++] ( https://visualstudio.microsoft.com/ ) and
164
- [ Intel C++] ( https://software.intel.com/en-us/c-compilers ) compilers, on 32-
165
- and 64-bit Windows, macOS, and CentOS Linux.
163
+ [ Microsoft Visual C++] ( https://visualstudio.microsoft.com/ ) ,
164
+ [ LLVM ] ( https://llvm.org/ ) and [ Intel C++] ( https://software.intel.com/en-us/c-compilers )
165
+ compilers, on 32- and 64-bit Windows, macOS, and CentOS Linux.
166
166
167
167
Most code is "inline", without the need to compile many source files. The
168
168
memory footprint is quite modest.
@@ -194,9 +194,10 @@ This library is used by:
194
194
* [ TensorVox] ( https://github.com/ZDisket/TensorVox )
195
195
* [ Curvessor] ( https://github.com/unevens/Curvessor )
196
196
197
- Please drop me a note at
[email protected] and I will include a link to
198
- your software product to the list of users. This list is important at
199
- maintaining confidence in this library among the interested parties.
197
+ Please send me a note via
[email protected] and I will include a link
198
+ to your software product to this list of users. This list is important in
199
+ maintaining confidence in this library among the interested parties. The
200
+ inclusion into this list is not mandatory.
200
201
201
202
## Other ##
202
203
@@ -206,6 +207,13 @@ maintaining confidence in this library among the interested parties.
206
207
207
208
## Change Log ##
208
209
210
+ Version 5.1:
211
+
212
+ * Changed alignment in the ` CFixedBuffer ` class to 64 bytes. This improves AVX
213
+ performance of the ` PFFFT DOUBLE ` implementation by a few percent.
214
+ * Removed redundant files from the ` pffft_double ` folder, integrated the
215
+ ` pffft_common.c ` file into the ` pffft_double.c ` file.
216
+
209
217
Version 5.0:
210
218
211
219
* Removed a long-outdated macros from the ` r8bconf.h ` file.
0 commit comments