Christophe Favergeon
1d9e38adca
Reworked FFT initializations to make the work of the linker easier.
...
New FFT initialization functions to make it easier for the linker
to optimize the code size when the library is used as a static
library and can't be rebuilt.
Compilation directives for code size optimizations have been removed.
3 years ago
Christophe Favergeon
b665767f3e
Removed duplicate Doxygen definitions.
3 years ago
FabKlein
168d055297
CMSIS-DSP: Improved Helium CFFT Radix4 butterflies
4 years ago
Christophe Favergeon
9a5083c565
CMSIS-DSP: Additional fixes for issue #1328
4 years ago
Christophe Favergeon
d26cd50388
CMSIS-DSP: Correcting issue #1328
...
Sign issue warnings
4 years ago
Christophe Favergeon
ac7da660b7
CMSIS-DSP: Remove type punning in vector code and some compilation warnings.
5 years ago
Christophe Favergeon
d5ad8e995b
CMSIS-DSP: Update copyright year and version numbers in comments.
5 years ago
FabKlein
a509fa39d4
CMSIS-DSP: FFT bit reversal unrolling
...
Issue index update earlier, adding more distance with
subsequent gather loads
Added Out-of-place variants
5 years ago
Christophe Favergeon
41f2015387
CMSIS-DSP: Re-organization of arm_math.h
...
arm_math.h splitted into several headers.
Interpolation functions moved from arm_math.h to a separate folder.
5 years ago
Christophe Favergeon
e4a2262af3
CMSIS-DSP: Added tutorial link to Doxygen documentation.
...
Corrected potential build issue with packs.
6 years ago
Christophe Favergeon
3060b1da8f
CMSIS-DSP: MVE version of arm_cfft_f32.
6 years ago
Jonatan Antoni
a8cf6e9bb1
Updated file versions, dates and copyright headers.
...
Change-Id: I2fe43d2ad56cff4347424929fd1f82eccd1cc770
7 years ago
GuentherMartin
5648cfd4af
DSP_Lib changes:
...
- new version V1.5.5
- reworked DSP library source files
added macro ARM_MATH_LOOPUNROLL
removed macro UNALIGNED_SUPPORT_DISABLE
relpaced arm_bitreversal2.S with C version
added const-correctness
replaced SIMD pointer construct with memcpy solution
- reworked DSP library documentation
- moved DSP libraries to folder ./DSP/Lib
- ARM DSP Libraries are built with ARMCLANG
- Added DSP Libraries Source variant
7 years ago
Jonatan Antoni
f20c424e92
Revert "Const-qualify all read-only pointers in CMSIS-DSP ( #349 )"
7 years ago
Torfinn Berset
b54e1f9bf1
Converting C sources to use `const` where appropriate using regular expressions. Fix typos
7 years ago
Jonatan Antoni
2208df0e14
Global MISRA-C Rule 10.6 fix up: Unsigned constant values with U suffix, uppercase instead of lowercase. (Issue #227 )
8 years ago
Martin Günther
de2ce55a61
Updated CMSIS_DSP. Added ARMv8M support, changed copyrigth note.
9 years ago
Martin Günther
adbc210886
updated DSP Lib to V1.5.0.
9 years ago
Martin Günther
7a4fea9150
Renamed folder DSP_Lib to DSP to be consistent with documentation.
10 years ago