diff --git a/main/footer.js b/main/footer.js index 9385c693..80f9a9e5 100644 --- a/main/footer.js +++ b/main/footer.js @@ -1,7 +1,7 @@ function writeHeader() { - document.write('Version 1.14.3-dev5'); + document.write('Version 1.14.3-dev6'); }; function writeFooter() { - document.write('Generated on Fri Dec 16 2022 07:22:30 for CMSIS-DSP 1.14.3-dev5+gf757add. Copyright © 2022 Arm Limited (or its affiliates). All rights reserved.'); + document.write('Generated on Mon Jan 9 2023 15:36:06 for CMSIS-DSP 1.14.3-dev6+gbd4b47a. Copyright © 2022-2023 Arm Limited (or its affiliates). All rights reserved.'); }; diff --git a/main/index.html b/main/index.html index bfee88d9..10e7a3e9 100644 --- a/main/index.html +++ b/main/index.html @@ -144,7 +144,7 @@ Introduction
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.
+The library is providing vectorized versions of most algorithms 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.
A Python wrapper is also available with a Python API as close as possible to the C one. It can be used to start developing and testing an algorithm with NumPy and SciPy before writing the C version. Is is available on PyPI.org. It can be installed with : pip install cmsisdsp
diff --git a/version.js b/version.js index 4d0ed708..2c27e0de 100644 --- a/version.js +++ b/version.js @@ -1,6 +1,6 @@ //--- list of versions --- const versions = { - "main": "1.14.3-dev5", + "main": "1.14.3-dev6", "latest": "1.14.2", "v1.14.1": "1.14.1", "v1.14.0": "1.14.0",