/** \page rev_hist Revision History
Version Description
v1.15.0 v1.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 like arm_cfft_init_q15. It applies for CFFT, RFFT and MFCC and other datatypes.
v1.14.4 Version v1.14.4
v1.14.3 v1.14.3
v1.14.2 Bug fixes. Bug fixes and improvements to compute graph.
v1.14.1 Some Neon acceleration for aarch64 f64 kernels
v1.14.0 Added support for CMSIS Event Recorder to the compute graph. Added more customization options to the compute graph.
v1.13.0 Added cyclo static scheduling to the CMSIS-DSP compute graph
v1.12.0 New version of SDF (Renaming and new feature to make it more developer friendly).
v1.11.0 Improved documentation. QR decomposition with Householder transform (float only).
v1.10.1 First release with new repository
*/