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
Lingkai Dong 7a27992cdc
Apply -flax-vector-conversions flag to GCC (#65)
Some CMSIS-DSP code does not explicitly convert between vectors of
different numbers and types of elements. While some other compilers
default to implicitly converting vectors, gcc does not do this unless
explicitly enabled.

Signed-off-by: Lingkai Dong <lingkai.dong@arm.com>

Signed-off-by: Lingkai Dong <lingkai.dong@arm.com>
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 compilation warnings. 3 years ago
SupportFunctions Add Conversion functions from and to 64 bit floating point 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 Apply -flax-vector-conversions flag to GCC (#65) 3 years ago
fft.cmake CMSIS-DSP: Correcting issue #1182 5 years ago
interpol.cmake CMSIS-DSP: Reworked sqrt q15 and q31 4 years ago