Releases: lsp-plugins/lsp-dsp-lib
Releases · lsp-plugins/lsp-dsp-lib
Release 1.0.28
- The DSP library now builds for Apple M1 chips and above on MacOS.
- Implemented abs_max2, abs_min2, abs_max3 and abs_min3 functions.
- Implemented sign_min, sign_max, sign_minmax functions.
- Updated build scripts.
- Updated module versions in dependencies.
Release 1.0.27
- Updated build scripts.
- Updated module versions in dependencies.
Release 1.0.26
- Updated build scripts.
- Updated module versions in dependencies.
Release 1.0.25
- Implemented AVX-512 optimized minimum and maximum search functions.
- Implemented AVX-512 optimized direct convolution function.
- Updated build scripts.
- Updated module versions in dependencies.
Release 1.0.24
- Fixed build for x86 Clang.
Release 1.0.23
- Updated module versions in dependencies.
Release 1.0.22
- Implemented functions for computing correlation between two signals.
- Fixed error in AVX and AVX-512 implementation of lr_to_ms functions.
- Updated build scripts.
- Updated module versions in dependencies.
Release 1.0.21
- Updated build scripts.
- Updated module versions in dependencies.
Release 1.0.20
- Optimization of compressor and gate functions using AVX-512 instruction set.
- Introduced SIMD-optimized expander curve and gain functions.
- Improved performance of logarithm values calculations.
- Fixed Mid/Side conversion functions for AArch64 architecture (contributed by
marcan at GitHub). - Updated build scripts.
- Updated module versions in dependencies.
Release 1.0.19
- AVX2 optimization of search functions for maximum and minimum.
- Implemented SIMD-optimized gate functions.
- Fixed bun in AVX-512 implementation of mid/side conversion functions.
- AVX512 optimization of packed complex functions.
- Additional optimizations of parallel mathematics functions with AVX-512 instruction set.