Update main documentation

gh-pages
github-actions 3 years ago
parent fb7ff26aab
commit d3492c8003

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

@ -144,7 +144,7 @@ Introduction</h1>
<li><a class="el" href="group__groupWindow.html">Window functions</a></li>
</ul>
<p >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.</p>
<p >The library is providing vectorized versions of most algorthms for Helium and of most f32 algorithms for Neon.</p>
<p >The library is providing vectorized versions of most algorithms for Helium and of most f32 algorithms for Neon.</p>
<p >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.</p>
<p >CMSIS-DSP pack is containing an optional project : The CMSIS-DSP Compute Graph. The documentation for this project is available on the <a href="https://github.com/ARM-software/CMSIS-DSP/blob/main/ComputeGraph/README.md">CMSIS-DSP github repository.</a></p>
<p >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 <a href="https://pypi.org/project/cmsisdsp/">PyPI.org</a>. It can be installed with : pip install cmsisdsp</p>

@ -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",

Loading…
Cancel
Save