Update signalsmith-linear to 0.2.2 for PFFFT support

This commit is contained in:
Geraint 2025-08-09 21:29:21 +01:00
parent cb5a8eab7e
commit 2312b26341
3 changed files with 5 additions and 2 deletions

View File

@ -7,7 +7,7 @@ include(FetchContent)
FetchContent_Declare( FetchContent_Declare(
signalsmith-linear signalsmith-linear
GIT_REPOSITORY https://github.com/Signalsmith-Audio/linear.git GIT_REPOSITORY https://github.com/Signalsmith-Audio/linear.git
GIT_TAG 0.1.2 GIT_TAG 0.2.2
GIT_SHALLOW ON GIT_SHALLOW ON
) )
FetchContent_MakeAvailable(signalsmith-linear) FetchContent_MakeAvailable(signalsmith-linear)

View File

@ -149,7 +149,7 @@ The algorithm has a lot of number-crunching, so Debug builds are much slower (up
### Dependencies and `#define`s ### Dependencies and `#define`s
This uses the [Signalsmith Linear](https://github.com/Signalsmith-Audio/linear) library for FFTs and other speedups. There are [flags]([Linear repo](https://github.com/Signalsmith-Audio/linear?tab=readme-ov-file#building)) to enable Accelerate (`SIGNALSMITH_USE_ACCELERATE`) or IPP (`SIGNALSMITH_USE_IPP`). This uses the [Signalsmith Linear](https://github.com/Signalsmith-Audio/linear) library for FFTs and other speedups. There are [flags]([Linear repo](https://github.com/Signalsmith-Audio/linear?tab=readme-ov-file#building)) to use faster FFT implementations (`SIGNALSMITH_USE_ACCELERATE`/`SIGNALSMITH_USE_IPP`/`SIGNALSMITH_USE_PFFFT`/`SIGNALSMITH_USE_PFFFT_DOUBLE`), and corresponding CMake options.
## License ## License

3
SUPPORT.txt Normal file
View File

@ -0,0 +1,3 @@
# See: https://github.com/geraintluff/SUPPORT.txt
2030-01-01 Geraint Luff <geraint@signalsmith-audio.co.uk>