Skip to content

Releases: lsp-plugins/lsp-dsp-lib

Release 1.0.10

19 Mar 13:04
Compare
Choose a tag to compare
  • ARM NEON-optimized code compiles now only for at least ARMv6 architecture.
  • Implemented linear ramping lramp_* functions optimized for
    i686, x86_64, ARM-32 and AArch64 architectures.
  • Fixed avx::dyn_biquad_process_x8_fma3 function implementation.
  • Slight optimizations of avx::biquad_process_x4_fma3 and avx::dyn_biquad_process_x4_fma3.
  • Added test build for Windows using MSYS2.
  • Updated build scripts.
  • Updated module versions in dependencies.

Release 1.0.9

28 Jan 13:35
Compare
Choose a tag to compare
  • Added Clang build for the CI.

Release 1.0.8

19 Dec 22:49
Compare
Choose a tag to compare
  • Better optimizations of dsp::copy and dsp::move for SSE, SSE3 and AVX.
  • The function dsp::init() is now thread safe.
  • Additional optimization of dsp::normalize() function, added dsp::normalize1()
    and dsp::normalize2() functions.
  • Updated build scripts.

Release 1.0.7

11 Sep 19:26
Compare
Choose a tag to compare
  • Implemented axis_apply_log1 and axis_apply_log2 optimized for AArch64 ASIMD.
  • Implemented fill_rgba and fill_hsla for AArch64 ASIMD.
  • Implemented rgba_to_hsla, hsla_to_rgba, rgba_to_bgra32, rgba32_to_bgra32 for AArch64 ASIMD.
  • Implemented eff_hsla_hue, eff_hsla_sat, eff_hsla_light, eff_hsla_alpha for AArch64 ASIMD.

Release 1.0.6

05 Sep 20:01
Compare
Choose a tag to compare
  • Updated build scripts.

Release 1.0.5

04 Sep 20:58
Compare
Choose a tag to compare
  • Implemented dsp::prgba32_set_alpha and dsp::pbgra32_set_alpha functions.
  • Better assembly code form 32-bit ARM, now compatible with Clang.
  • Better assembly code form 64-bit ARM, now compatible with Clang.
  • Updated build scripts.

Release 1.0.4

24 Jul 20:53
Compare
Choose a tag to compare
  • Updated build scripts.

Release 1.0.3

30 Jun 15:28
Compare
Choose a tag to compare
  • Migrating to C++ 11 support.
  • Updated library dependencies.
  • Updated build scripts.

Release 1.0.2

20 Jun 17:08
Compare
Choose a tag to compare
  • Updated build scripts.

Release 1.0.1

21 Mar 16:02
Compare
Choose a tag to compare
  • Updated build scripts.