commit | d0048572cfda9357731e4df5e68e219aeada9a5d | [log] [tgz] |
---|---|---|
author | Christophe Favergeon <Christophe.Favergeon@arm.com> | Tue Feb 04 14:42:25 2020 +0100 |
committer | Christophe Favergeon <Christophe.Favergeon@arm.com> | Tue Apr 14 14:56:33 2020 +0200 |
tree | 39b69cbf09ac2d5e20bacb6d358049b9687f30c7 | |
parent | 537617fdcd0bb9f5e70b07a18be4a716b3949043 [diff] [blame] |
CMSIS-DSP: Added f16 support to test framework. Added preliminary f16 versions of some functions
diff --git a/CMSIS/DSP/configLib.cmake b/CMSIS/DSP/configLib.cmake index 4129d7e..b421c43 100755 --- a/CMSIS/DSP/configLib.cmake +++ b/CMSIS/DSP/configLib.cmake
@@ -24,7 +24,7 @@ function(configLib project cmsisRoot) - configcore(${project} ${cmsisRoot}) + configcore(${project} ${cmsisRoot} TRUE) #configplatformForLib(${project} ${cmsisRoot}) SET(COREID ${COREID} PARENT_SCOPE) endfunction()