Parcourir la source

CMSIS-DSP: Improved doxygen comments.

Christophe Favergeon il y a 4 ans
Parent
commit
f24ca7d610
1 fichiers modifiés avec 5 ajouts et 0 suppressions
  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
         versions (which may break some algorithms which are working on the
         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>
   </tr>