You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
CMSIS-DSP/Source
Stephanos Ioannidis dcc48027bd DSP: Fix uninitialised variable references (#1477)
This commit adds initialisation for the variables that can be used
potentially uninitialised so that GCC does not generate warnings while
building the MVE function implementations.

Signed-off-by: Stephanos Ioannidis <root@stephanos.io>
4 years ago
..
BasicMathFunctions DSP: Remove undefined behavior in post-increment/decrement read (#1443) 4 years ago
BayesFunctions CMSIS-DSP: Removed float promotion issues 5 years ago
CommonTables CMSIS-DSP: Reworked sqrt q15 and q31 4 years ago
ComplexMathFunctions DSP: Remove undefined behavior in post-increment/decrement read (#1443) 4 years ago
ControllerFunctions CMSIS-DSP: Removed float promotion issues 5 years ago
DistanceFunctions Fixing double init values 4 years ago
FastMathFunctions CMSIS-DSP: Added new functions to Python wrapper 4 years ago
FilteringFunctions DSP: Fix uninitialised variable references (#1477) 4 years ago
InterpolationFunctions CMSIS-DSP: Correcting issue 1293 4 years ago
MatrixFunctions DSP: Remove undefined behavior in post-increment/decrement read (#1443) 4 years ago
QuaternionMathFunctions CMSIS-DSP: Removed float promotion issues 5 years ago
SVMFunctions CMSIS-DSP: Correction of issue 1217 5 years ago
StatisticsFunctions CMSIS-DSP: Corrected build issue with Neon 4 years ago
SupportFunctions DSP: Remove undefined behavior in post-increment/decrement read (#1443) 4 years ago
TransformFunctions CMSIS-DSP: Corrected typo in some compilation flags for CFFT F64 4 years ago
CMakeLists.txt CMSIS-DSP: Correcting issue #1182 5 years ago
configDsp.cmake CMSIS-DSP: Added Cholesky decomposition 5 years ago
fft.cmake CMSIS-DSP: Correcting issue #1182 5 years ago
interpol.cmake CMSIS-DSP: Reworked sqrt q15 and q31 4 years ago