commit | 74a31ba94a90e9a51e47bfcb18e57bf7fffdc36a | [log] [tgz] |
---|---|---|
author | Christophe Favergeon <Christophe.Favergeon@arm.com> | Mon Sep 09 09:14:18 2019 +0100 |
committer | Christophe Favergeon <Christophe.Favergeon@arm.com> | Mon Sep 09 09:14:18 2019 +0100 |
tree | ee7f07aae75fb6cd522507e6bad4e52bd575693e | |
parent | 26c2f6835c09d68a7dc4871f7eb55f286e7dd810 [diff] [blame] |
CMSIS-DSP: Added support for Helium. Only arm_dot_prod_f32 is currently providing an Helium implementation.
diff --git a/CMSIS/DSP/Testing/testmain.cpp b/CMSIS/DSP/Testing/testmain.cpp index eb5014a..51d7dd1 100644 --- a/CMSIS/DSP/Testing/testmain.cpp +++ b/CMSIS/DSP/Testing/testmain.cpp
@@ -18,9 +18,13 @@ #include "Patterns.h" + int testmain() { char *memoryBuf=NULL; + + + memoryBuf = (char*)malloc(MEMSIZE); if (memoryBuf !=NULL)