From aa067e399e2c91f396a9821e7b66dd9d4ed6a973 Mon Sep 17 00:00:00 2001 From: github-actions Date: Fri, 4 Nov 2022 09:05:39 +0000 Subject: [PATCH] Update documentation for release v1.14.2 --- v1.14.2/ChangeLog_pg.html | 4 +++- v1.14.2/footer.js | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/v1.14.2/ChangeLog_pg.html b/v1.14.2/ChangeLog_pg.html index e2855e20..5eb4ada7 100644 --- a/v1.14.2/ChangeLog_pg.html +++ b/v1.14.2/ChangeLog_pg.html @@ -127,7 +127,9 @@ $(document).ready(function(){initNavTree('ChangeLog_pg.html',''); initResizable( Version Description -1.14.2 Bug fixes Improvements to compute graph +1.14.2

Bug fixes.

+

Bug fixes and improvements to compute graph.

+ 1.14.1 Some Neon acceleration for aarch64 f64 kernels diff --git a/v1.14.2/footer.js b/v1.14.2/footer.js index 6522a69f..e3760e1e 100644 --- a/v1.14.2/footer.js +++ b/v1.14.2/footer.js @@ -3,5 +3,5 @@ function writeHeader() { }; function writeFooter() { - document.write('Generated on Fri Nov 4 2022 08:44:24 for CMSIS-DSP 1.14.2. Copyright © 2022 Arm Limited (or its affiliates). All rights reserved.'); + document.write('Generated on Fri Nov 4 2022 09:05:05 for CMSIS-DSP 1.14.2. Copyright © 2022 Arm Limited (or its affiliates). All rights reserved.'); };