Skip to content

Releases: lsp-plugins/lsp-dsp-lib

Release 1.0.30

16 May 19:07
Compare
Choose a tag to compare
  • 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

28 Feb 19:56
Compare
Choose a tag to compare
  • 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

16 Dec 21:32
Compare
Choose a tag to compare
  • 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

11 Oct 21:46
Compare
Choose a tag to compare
  • Updated build scripts.
  • Updated module versions in dependencies.

Release 1.0.26

05 Oct 01:20
Compare
Choose a tag to compare
  • Updated build scripts.
  • Updated module versions in dependencies.

Release 1.0.25

02 Aug 21:06
Compare
Choose a tag to compare
  • 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

22 May 07:18
Compare
Choose a tag to compare
  • Fixed build for x86 Clang.

Release 1.0.23

20 May 23:26
Compare
Choose a tag to compare
  • Updated module versions in dependencies.

Release 1.0.22

26 Apr 23:56
Compare
Choose a tag to compare
  • 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

04 Mar 23:03
Compare
Choose a tag to compare
  • Updated build scripts.
  • Updated module versions in dependencies.