CMSIS-DSP: Corrected some failing f16 tests.

pull/19/head
Christophe Favergeon 4 years ago
parent 3976ce6959
commit cd7ecea5a7

@ -195,9 +195,9 @@ def generatePatterns():
configq31.setOverwrite(False)
configq15.setOverwrite(False)
#writeTestsFloat(configf64,Tools.F64)
#writeTestsFloat(configf32,0)
#writeTestsFloat(configf16,16)
writeTestsFloat(configf64,Tools.F64)
writeTestsFloat(configf32,0)
writeTestsFloat(configf16,16)
writeTests(configq31,31)
writeTests(configq15,15)

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

@ -10,7 +10,7 @@ Reference patterns are generated with
a double precision computation.
*/
#define REL_ERROR (1.0e-2)
#define REL_ERROR (2.0e-2)
#if defined(ARM_MATH_MVEF) && !defined(ARM_MATH_AUTOVECTORIZE)
static __ALIGNED(8) float16_t coeffArray[32];

Loading…
Cancel
Save