Unverified Commit ac64fccf authored by Richard Allen's avatar Richard Allen Committed by GitHub
Browse files

include proper header (#96)

Include header for arm_accumulate_f64, same as how _f32
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(
      |      ^~~~~~~~~~~~~~~~~~
parent e8d1f3a1
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -26,7 +26,7 @@
 * limitations under the License.
 */

#include "dsp/basic_math_functions.h"
#include "dsp/statistics_functions.h"

/**
 @ingroup groupStats