CMSIS-DSP: Added Helium versions of Fast Math, Support, SVM, Naive Bayes, Distance and additional Statistics functions.
Added a new header of vectorial inline functions for Neon and Helium.
This header is used in the implementation of some functions.
Corrected used of float (float functions rather than double ones).
diff --git a/CMSIS/DSP/Testing/testmain.cpp b/CMSIS/DSP/Testing/testmain.cpp
index 00ecafa..97f3ba3 100644
--- a/CMSIS/DSP/Testing/testmain.cpp
+++ b/CMSIS/DSP/Testing/testmain.cpp
@@ -9,7 +9,7 @@
#include <stdlib.h>
using namespace std;
-#define MEMSIZE 140000
+#define MEMSIZE 150000
// Dummy (will be generated by python scripts)
// char* array describing the tests and the input patterns.