Skip to content

Releases: ARM-software/CMSIS-DSP

CMSIS-DSP 1.15.0

21 Aug 12:05
Compare
Choose a tag to compare
  • 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 like arm_cfft_init_q15.
      It applies for CFFT, RFFT and MFCC and other datatypes.

CMSIS-DSP 1.14.4

10 Mar 14:16
Compare
Choose a tag to compare

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

20 Jan 08:08
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.14.2...v1.14.3

CMSIS-DSP 1.14.2

04 Nov 09:04
Compare
Choose a tag to compare

Bug fixes
Improvement to compute graph

CMSIS-DSP 1.14.1

29 Sep 06:39
Compare
Choose a tag to compare

Improvements to the Compute Graph with new customization options.
Some Neon acceleration for aarch64 for f64 kernels.

CMSIS-DSP 1.14.0

20 Sep 06:19
Compare
Choose a tag to compare

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

09 Sep 09:19
Compare
Choose a tag to compare

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

03 Aug 08:25
Compare
Choose a tag to compare

Improved documentation

QR decomposition with Householder transform (float only).

CMSIS-DSP 1.10.1

05 Jul 06:22
Compare
Choose a tag to compare

First release with new repository