1/**
2\page rev_hist Revision History
3<table class="cmtable" summary="Revision History">
4<tr>
5  <th>Version</th>
6  <th>Description</th>
7</tr>
8<tr>
9  <td>v1.15.0</td>
10  <td>
11    v1.15.0
12
13    * Switched to semantic versioning
14    * Corrections to MFCC
15    * Updated support for cmsis build tools 2.0
16    * Compute graph removed. It is now part of CMSIS-Stream
17    * Github issues:
18      * 95,96,105,106,108,111,112
19    * New FFT initializations to allow linker to do code size optimizations
20      * If you know the size of the transform at build time, prefer functions like
21        arm_cfft_init_64_q15 to functions like arm_cfft_init_q15.
22        It applies for CFFT, RFFT and MFCC and other datatypes.
23  </td>
24</tr>
25<tr>
26  <td>v1.14.4</td>
27  <td>
28    Version v1.14.4
29  </td>
30</tr>
31<tr>
32  <td>v1.14.3</td>
33  <td>
34    v1.14.3
35  </td>
36</tr>
37<tr>
38  <td>v1.14.2</td>
39  <td>
40    Bug fixes.
41
42    Bug fixes and improvements to compute graph.
43  </td>
44</tr>
45<tr>
46  <td>v1.14.1</td>
47  <td>
48    Some Neon acceleration for aarch64 f64 kernels
49  </td>
50</tr>
51<tr>
52  <td>v1.14.0</td>
53  <td>
54    Added support for CMSIS Event Recorder to the compute graph.
55    Added more customization options to the compute graph.
56  </td>
57</tr>
58<tr>
59  <td>v1.13.0</td>
60  <td>
61    Added cyclo static scheduling to the CMSIS-DSP compute graph
62  </td>
63</tr>
64<tr>
65  <td>v1.12.0</td>
66  <td>
67    New version of SDF
68    (Renaming and new feature to make it more developer friendly).
69  </td>
70</tr>
71<tr>
72  <td>v1.11.0</td>
73  <td>
74    Improved documentation.
75
76    QR decomposition with Householder transform (float only).
77  </td>
78</tr>
79<tr>
80  <td>v1.10.1</td>
81  <td>
82    First release with new repository
83  </td>
84</tr>
85</table>
86*/
87