Releases: lsp-plugins/lsp-dsp-lib
Releases · lsp-plugins/lsp-dsp-lib
Release 1.0.31
- Implementation of 3D mathematics using AVX instruction set.
- Fixed improper AVX-512 optimization for lanczos kernel genration function.
- Fixed Mid/Side transformation functions bug for 32-bit and 64-bit ARM processors.
- Added MacOS CI builds.
- Updated module versions in dependencies.
Release 1.0.30
- Implemented SIMD-optimized trigonometric functions sinf and cosf.
- Implemented Lanczos filter kernel computation function.
- Updated build scripts.
- Updated module versions in dependencies.
Release 1.0.29
- Implemented AVX-512 optimized direct_fft and reverse_fft functions.
- Added definition of MacOS dependencies in build scripts.
- Updated module versions in dependencies.
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.