ARM-software / CMSIS-DSP

CMSIS-DSP embedded compute library for Cortex-M and Cortex-A
https://arm-software.github.io/CMSIS-DSP
Apache License 2.0
518 stars 133 forks source link

include statistics header #96

Closed rsaxvc closed 1 year ago

rsaxvc commented 1 year ago

Include statistics header for arm_accumulate_f64, same as how _f32 version works to address the following GCC warning when enabled:

Source/StatisticsFunctions/arm_accumulate_f64.c:97:6: warning: no previous declaration for 'arm_accumulate_f64' [-Wmissing-declarations] 97 | void arm_accumulate_f64( | ^~~~~~