Update signalsmith-linear to 0.2.2 for PFFFT support
This commit is contained in:
parent
cb5a8eab7e
commit
2312b26341
@ -7,7 +7,7 @@ include(FetchContent)
|
||||
FetchContent_Declare(
|
||||
signalsmith-linear
|
||||
GIT_REPOSITORY https://github.com/Signalsmith-Audio/linear.git
|
||||
GIT_TAG 0.1.2
|
||||
GIT_TAG 0.2.2
|
||||
GIT_SHALLOW ON
|
||||
)
|
||||
FetchContent_MakeAvailable(signalsmith-linear)
|
||||
|
||||
@ -149,7 +149,7 @@ The algorithm has a lot of number-crunching, so Debug builds are much slower (up
|
||||
|
||||
### 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
|
||||
|
||||
|
||||
3
SUPPORT.txt
Normal file
3
SUPPORT.txt
Normal file
@ -0,0 +1,3 @@
|
||||
# See: https://github.com/geraintluff/SUPPORT.txt
|
||||
|
||||
2030-01-01 Geraint Luff <geraint@signalsmith-audio.co.uk>
|
||||
Loading…
x
Reference in New Issue
Block a user