Przeglądaj źródła

CMSIS-DSP: Improved doxygen comments.

Christophe Favergeon 4 lat temu
rodzic
commit
f24ca7d610
1 zmienionych plików z 5 dodań i 0 usunięć
  1. 5 0
      CMSIS/DoxyGen/DSP/src/history.txt

+ 5 - 0
CMSIS/DoxyGen/DSP/src/history.txt

@@ -66,6 +66,11 @@
       - The states of the vectorized filters are different from their scalar
       - The states of the vectorized filters are different from their scalar
         versions (which may break some algorithms which are working on the
         versions (which may break some algorithms which are working on the
         state of a filter like Goertzel)
         state of a filter like Goertzel)
+      - For performance reasons, some vectorized algorithms may read one vector
+        after the end of buffer (but the data read is not used).
+        If the buffer is close to the end of a memory zone, it is advised
+        to leave some free memory area between the end of the buffer and the end 
+        of the memory zone.
 
 
     </td>
     </td>
   </tr>
   </tr>