diff --git a/main/footer.js b/main/footer.js index 2e261176..59872163 100644 --- a/main/footer.js +++ b/main/footer.js @@ -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.'); }; diff --git a/main/group__BasicScale.html b/main/group__BasicScale.html index 81062da6..51f2bb50 100644 --- a/main/group__BasicScale.html +++ b/main/group__BasicScale.html @@ -420,7 +420,7 @@ Functions
Returns
none
-
Scaling and Overflow Behavior
The input data *pSrc and scaleFract 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.
+
Scaling and Overflow Behavior
The input data *pSrc and scaleFract 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.
diff --git a/version.js b/version.js index a217be65..ef79c3cd 100644 --- a/version.js +++ b/version.js @@ -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",