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
Christophe Favergeon 91ef795234 Corrected issue #66
Saturation problem in arm_absmax_no_idx_q(7|15|31)
Difference of behavior for absmax_q(7|15|31) between reference and code:
reference is first max found. Code was last max found.
3 years ago
..
BasicMathFunctions Corrected issue #57 3 years ago
BayesFunctions New repository for CMSIS-DSP 4 years ago
CommonTables Corrected issue #62 3 years ago
ComplexMathFunctions Improved documentation 3 years ago
ControllerFunctions Correction of issue #2 3 years ago
DistanceFunctions Add some f64 Neon optimisations for aarch64 3 years ago
FastMathFunctions Add some f64 Neon optimisations for aarch64 3 years ago
FilteringFunctions Improvement to the Python wrapper 3 years ago
InterpolationFunctions Corrected issue #49 3 years ago
MatrixFunctions Add some f64 Neon optimisations for aarch64 3 years ago
QuaternionMathFunctions New repository for CMSIS-DSP 4 years ago
SVMFunctions Improved documentation 3 years ago
StatisticsFunctions Corrected issue #66 3 years ago
SupportFunctions Fix uninitialised variable references reported by GCC 12 (#42) 3 years ago
TransformFunctions Improvement to the Python wrapper 3 years ago
CMakeLists.txt Householder and QR decomposition for matrices (f64,f32,f16). 3 years ago
Makefile Added documentation about how to build with Make 3 years ago
configDsp.cmake New repository for CMSIS-DSP 4 years ago
fft.cmake CMSIS-DSP: Correcting issue #1182 5 years ago
interpol.cmake CMSIS-DSP: Reworked sqrt q15 and q31 4 years ago