From f1f073e7e094cc6b0962aa8b2f9eb5bf506e6c65 Mon Sep 17 00:00:00 2001 From: Huaqi Fang <578567190@qq.com> Date: Mon, 11 Nov 2024 10:21:36 +0800 Subject: [PATCH] doc: changelog for update iar projects for dsp/nn library Signed-off-by: Huaqi Fang <578567190@qq.com> --- NMSIS/doc/source/changelog.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/NMSIS/doc/source/changelog.rst b/NMSIS/doc/source/changelog.rst index 5a7e64ac..59f389a0 100644 --- a/NMSIS/doc/source/changelog.rst +++ b/NMSIS/doc/source/changelog.rst @@ -7,7 +7,7 @@ V1.3.1 ------ -This is the version of ``V1.3.1`` which is still in development. +This is the version of ``V1.3.1`` release. * **NMSIS-Core** @@ -20,11 +20,13 @@ This is the version of ``V1.3.1`` which is still in development. - Update get started guide for build NMSIS-NN library - Fix testcases in NN/Tests/Cases/full: ``riscv_elementwise_mul_acc_s16`` and ``riscv_elementwise_mul_s16_batch_offset`` - Sync cmake file changes + - Update IAR prebuilt NN library and example projects * **NMSIS-DSP** - Optimize fredsum, use less fredsum and more fmacc for rvv implementation - Sync cmake file changes + - Update IAR prebuilt DSP library and example projects V1.3.0