diff --git a/main/footer.js b/main/footer.js index 59872163..6e3360ec 100644 --- a/main/footer.js +++ b/main/footer.js @@ -1,7 +1,7 @@ function writeHeader() { - document.write('Version 1.14.2-dev6'); + document.write('Version 1.14.2-dev7'); }; function writeFooter() { - document.write('Generated on Mon Oct 24 2022 05:41:14 for CMSIS-DSP 1.14.2-dev6+g9eb4e92. Copyright © 2022 Arm Limited (or its affiliates). All rights reserved.'); + document.write('Generated on Tue Oct 25 2022 11:09:20 for CMSIS-DSP 1.14.2-dev7+gbfda709. Copyright © 2022 Arm Limited (or its affiliates). All rights reserved.'); }; diff --git a/main/index.html b/main/index.html index de957b38..9e47ecc4 100644 --- a/main/index.html +++ b/main/index.html @@ -125,7 +125,7 @@ $(document).ready(function(){initNavTree('index.html',''); initResizable(); });
This user manual describes the CMSIS DSP software library, a suite of common signal processing functions for use on Cortex-M and Cortex-A processor based devices.
+This user manual describes the CMSIS DSP software library, a suite of common compute processing functions for use on Cortex-M and Cortex-A processor based devices.
The library is divided into a number of functions each covering a specific category:
The library has generally separate functions for operating on 8-bit integers, 16-bit integers, 32-bit integer and 32-bit floating-point values.
+The library has generally separate functions for operating on 8-bit integers, 16-bit integers, 32-bit integer and 32-bit floating-point values and 64-bit floating-point values.
The library is providing vectorized versions of most algorthms for Helium and of most f32 algorithms for Neon.
When using a vectorized version, provide a little bit of padding after the end of a buffer (3 words) because the vectorized code may read a little bit after the end of a buffer. You don't have to modify your buffers but just ensure that the end of buffer + padding is not outside of a memory region.
+CMSIS-DSP pack is containing an optional project : The CMSIS-DSP Compute Graph. The documentation for this project is available on the CMSIS-DSP github repository.
The library is released in source form. It is strongly advised to compile the library using -Ofast to have the best performances.
diff --git a/version.js b/version.js index ef79c3cd..257aca2f 100644 --- a/version.js +++ b/version.js @@ -1,6 +1,6 @@ //--- list of versions --- const versions = { - "main": "1.14.2-dev6", + "main": "1.14.2-dev7", "latest": "1.14.1", "v1.14.0": "1.14.0", "v1.12.0": "1.12.0",