From 58b8374506cd491e1e996c8e72d29db273b9c176 Mon Sep 17 00:00:00 2001 From: Huaqi Fang <578567190@qq.com> Date: Tue, 31 Oct 2023 11:43:35 +0800 Subject: [PATCH] doc: update doc about __set_hpm_event api fix Signed-off-by: Huaqi Fang <578567190@qq.com> --- doc/source/changelog.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/source/changelog.rst b/doc/source/changelog.rst index b81517e5..3888e0f1 100644 --- a/doc/source/changelog.rst +++ b/doc/source/changelog.rst @@ -27,6 +27,7 @@ This is release version ``0.5.0`` of Nuclei SDK. - Add cpuinfo case to dump nuclei cpu feature - Add stack check demo to demostrate nuclei stack check feature - Add support for gcc13/clang17/terapines/iar compiler + - Fix missing break in ``__set_hpm_event`` function - For different compiler option support, we introduced ``toolchain_$(TOOLCHAIN).mk`` file to place toolchain specified options, see benchmark examples' Makefile - Optimize demo_cidu smp case - Optimize application code and makefile when port for clang, terapines zcc and iar compiler