File tree Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 22* RECENT CHANGES
33*******************************************************************************
44
5+ === 1.0.26 ===
6+
7+
58=== 1.0.25 ===
69* Implemented AVX-512 optimized minimum and maximum search functions.
710* Implemented AVX-512 optimized direct convolution function.
Original file line number Diff line number Diff line change 2525// Define version of headers
2626#define LSP_DSP_LIB_MAJOR 1
2727#define LSP_DSP_LIB_MINOR 0
28- #define LSP_DSP_LIB_MICRO 25
28+ #define LSP_DSP_LIB_MICRO 26
2929
3030#if defined(__WINDOWS__ ) || defined(__WIN32__ ) || defined(__WIN64__ ) || defined(_WIN64 ) || defined(_WIN32 ) || defined(__WINNT ) || defined(__WINNT__ )
3131 #define LSP_DSP_LIB_EXPORT_MODIFIER __declspec(dllexport)
Original file line number Diff line number Diff line change @@ -23,4 +23,4 @@ ARTIFACT_ID = LSP_DSP_LIB
2323ARTIFACT_NAME = lsp-dsp-lib
2424ARTIFACT_DESC = DSP library for digital signal processing
2525ARTIFACT_HEADERS = lsp-plug.in
26- ARTIFACT_VERSION = 1.0.25
26+ ARTIFACT_VERSION = 1.0.26-devel
You can’t perform that action at this time.
0 commit comments