Skip to content

Commit aa09593

Browse files
committed
Preparing for release
1 parent c03e7e2 commit aa09593

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

CHANGELOG

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@
88
* Added AVX optimizations for pmin, pmax, psmin, psmax, pamin, pamax functions.
99
* Added ARMv7 optimizations for pmin, pmax, psmin, psmax, pamin, pamax functions.
1010
* Added AArch64 optimizations for pmin, pmax, psmin, psmax, pamin, pamax functions.
11+
* Fixed bugs in msmatrix conversion functions for AVX and SSE.
12+
* Fixed bugs in sse::bilinear_transform_x1 routine.
1113

1214
=== 0.5.2 ===
1315
* Updated build system.

dependencies.mk

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# Variables that describe dependencies
2-
LSP_COMMON_LIB_VERSION := 1.0.6
2+
LSP_COMMON_LIB_VERSION := 1.0.7
33
LSP_COMMON_LIB_NAME := lsp-common-lib
44
LSP_COMMON_LIB_TYPE := src
55
LSP_COMMON_LIB_URL := https://github.com/sadko4u/$(LSP_COMMON_LIB_NAME).git
66

7-
LSP_TEST_FW_VERSION := 1.0.4
7+
LSP_TEST_FW_VERSION := 1.0.5
88
LSP_TEST_FW_NAME := lsp-test-fw
99
LSP_TEST_FW_TYPE := src
1010
LSP_TEST_FW_URL := https://github.com/sadko4u/$(LSP_TEST_FW_NAME).git

project.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
ARTIFACT_NAME = lsp-dsp-lib
33
ARTIFACT_VARS = LSP_DSP_LIB
44
ARTIFACT_HEADERS = lsp-plug.in
5-
ARTIFACT_VERSION = 0.5.3-devel
5+
ARTIFACT_VERSION = 0.5.3
66

77
# List of dependencies
88
TEST_DEPENDENCIES = \

0 commit comments

Comments
 (0)