From 918fef3f5a23b1f222552e4168cdb3584c800aae Mon Sep 17 00:00:00 2001 From: github-actions Date: Mon, 3 Oct 2022 13:43:05 +0000 Subject: [PATCH] Update main documentation --- main/ChangeLog_pg.html | 2 ++ main/footer.js | 4 ++-- version.js | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/main/ChangeLog_pg.html b/main/ChangeLog_pg.html index cf61a53d..85a16f89 100644 --- a/main/ChangeLog_pg.html +++ b/main/ChangeLog_pg.html @@ -127,6 +127,8 @@ $(document).ready(function(){initNavTree('ChangeLog_pg.html',''); initResizable( Version Description +1.14.1 Some Neon acceleration for aarch64 f64 kernels + 1.14.0 Added support for CMSIS Event Recorder to the compute graph. Added more customization options to the compute graph. 1.13.0 Added cyclo static scheduling to the CMSIS-DSP compute graph diff --git a/main/footer.js b/main/footer.js index ce4cc755..0b10d534 100644 --- a/main/footer.js +++ b/main/footer.js @@ -1,7 +1,7 @@ function writeHeader() { - document.write('Version 1.14.1-dev4'); + document.write('Version 1.14.2-dev1'); }; function writeFooter() { - document.write('Generated on Thu Sep 29 2022 06:35:41 for CMSIS-DSP 1.14.1-dev4+g8ed2ef7. Copyright © 2022 Arm Limited (or its affiliates). All rights reserved.'); + document.write('Generated on Mon Oct 3 2022 13:42:30 for CMSIS-DSP 1.14.2-dev1+g5a99a5c. Copyright © 2022 Arm Limited (or its affiliates). All rights reserved.'); }; diff --git a/version.js b/version.js index 1ae55dea..904727ad 100644 --- a/version.js +++ b/version.js @@ -1,7 +1,7 @@ //--- list of versions --- const versions = { + "main": "1.14.2-dev1", "latest": "1.14.1", - "main": "1.14.1-dev4", "v1.14.0": "1.14.0", "v1.12.0": "1.12.0", "v1.11.0": "1.11.0",