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.'); };