Releases: ARM-software/CMSIS-DSP
Releases · ARM-software/CMSIS-DSP
CMSIS-DSP 1.16.2
- Improvements to documentation
- Added
arm_fir_decimate_f64
- Removed some gcc workarounds that are no more needed for Helium
- Removed redundant test in
arm_atan2_q15
andarm_atan2_q31
- Replaced
INFINITY
by maximum positive float - Replaced hex constants with 2's complement equivalents
- Added C++ template extension (outside of pack - headers available from github repository)
- Added new compilation defines (
ARM_DSP_ATTRIBUTE
,ARM_DSP_TABLE_ATTRIBUTE
andARM_DSP_CUSTOM_CONFIG
) - Solved several github issues
- Corrected wrong version number in pack for v1.16.0
- Corrected issue #201 in v1.16.1 (related to new
ARM_DSP_ATTRIBUTE
)
CMSIS-DSP 1.15.0
- Switched to semantic versioning
- Corrections to MFCC
- Updated support for cmsis build tools 2.0
- Compute graph removed. It is now part of CMSIS-Stream
- Github issues:
- 95,96,105,106,108,111,112
- New FFT initializations to allow linker to do code size optimizations
- If you know the size of the transform at build time, prefer functions like
arm_cfft_init_64_q15
to functions likearm_cfft_init_q15
.
It applies for CFFT, RFFT and MFCC and other datatypes.
- If you know the size of the transform at build time, prefer functions like
CMSIS-DSP 1.14.4
What's Changed
- Missing header added to
arm_math.h
- Documentation improvements
- Improvements to the generic nodes of the compute graph
CMSIS-DSP 1.14.3
What's Changed
- Converted atan2_coefs_q15 to
signed int
constants by @petertorelli in #75 - Add braces around MAX macro by @a1lu in #77
- fix: typo from algorthms to algorithms by @charansai612 in #84
- use 32-bit bitreversal loop index by @rsaxvc in #81
New Contributors
- @petertorelli made their first contribution in #75
- @a1lu made their first contribution in #77
- @charansai612 made their first contribution in #84
- @rsaxvc made their first contribution in #81
Full Changelog: v1.14.2...v1.14.3
CMSIS-DSP 1.14.2
Bug fixes
Improvement to compute graph
CMSIS-DSP 1.14.1
Improvements to the Compute Graph with new customization options.
Some Neon acceleration for aarch64 for f64 kernels.
CMSIS-DSP 1.14.0
Add support for CMSIS Event Recorder to the CMSIS-DSP Compute Graph.
Add more customization options to the CMSIS-DSP Compute Graph.
CMSIS-DSP 1.12.0
Renaming of SDF -> Compute Graph - Static Flow
New features to make the compute graph framework more developer friendly.
More f64 functions
CMSIS-DSP 1.11.0
Improved documentation
QR decomposition with Householder transform (float only).
CMSIS-DSP 1.10.1
First release with new repository