Commit Graph

4 Commits (ac64fccfc4b28212f2740162f7a3eaf51bcafbe1)

Author SHA1 Message Date
Richard Allen ac64fccfc4
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(
      |      ^~~~~~~~~~~~~~~~~~
3 years ago
Christophe Favergeon 305b12c4a7 Corrected small issues when building for aarch64. 3 years ago
Christophe Favergeon 865419778b Added tests for the new accumulate functions.
Corrected build issue on Neon without aarch64 support.
Corrected some Doxygen issues
3 years ago
Silfurion 9a1a7d284f Prepare for merge 3 years ago