Skip to content

Releases: lsp-plugins/lsp-dsp-lib

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.

Release 1.0.0

23 Feb 22:18
Compare
Choose a tag to compare
  • Updated build scripts.
  • Added Eclipse project files.

Release 0.5.14

16 Aug 20:14
Compare
Choose a tag to compare
  • Updated build system.

Release 0.5.13

20 Mar 18:28
Compare
Choose a tag to compare
  • Added x86/x86_64 4-lobe oversampling functions.
  • Added ARMv7 NEON-optimized 4-lobe oversampling functions.
  • Added AArch64 ASIMD-optimized 4-lobe oversampling functions.
  • Fixed target compiler architecture detection.