Update main documentation

gh-pages
github-actions 3 years ago
parent 204e536c6f
commit 510527a7d8

@ -1,7 +1,7 @@
function writeHeader() {
document.write('Version 1.14.2-dev4');
document.write('Version 1.14.2-dev6');
};
function writeFooter() {
document.write('Generated on Wed Oct 5 2022 05:18:11 for CMSIS-DSP 1.14.2-dev4+g302897a. Copyright © 2022 Arm Limited (or its affiliates). All rights reserved.');
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.');
};

@ -420,7 +420,7 @@ Functions</h2></td></tr>
</dd>
</dl>
<dl class="section return"><dt>Returns</dt><dd>none</dd></dl>
<dl class="section user"><dt>Scaling and Overflow Behavior</dt><dd>The input data <code>*pSrc</code> and <code>scaleFract</code> are in 1.31 format. These are multiplied to yield a 2.62 intermediate result and this is shifted with saturation to 1.31 format. </dd></dl>
<dl class="section user"><dt>Scaling and Overflow Behavior</dt><dd>The input data <code>*pSrc</code> and <code>scaleFract</code> are in 1.31 format. These are multiplied to yield a 2.62 intermediate result and this is shifted with saturation to 1.31 format. There is an intermediate shift by 32 to go from the 2.62 to 1.31 format. The shift argument is applied on the 1.31 result and not to the intermediate 2.62 format. </dd></dl>
</div>
</div>

@ -1,6 +1,6 @@
//--- list of versions ---
const versions = {
"main": "1.14.2-dev4",
"main": "1.14.2-dev6",
"latest": "1.14.1",
"v1.14.0": "1.14.0",
"v1.12.0": "1.12.0",

Loading…
Cancel
Save