Просмотр исходного кода

CMSIS-DSP: Improved doxygen comments.

Christophe Favergeon 4 лет назад
Родитель
Сommit
f24ca7d610
1 измененных файлов с 5 добавлено и 0 удалено
  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>