From e3b1a016df8f9b8effba9288083903846a13fecc Mon Sep 17 00:00:00 2001 From: Stephanos Ioannidis Date: Sat, 21 Aug 2021 17:33:22 +0900 Subject: [PATCH] tests: lib: cmsis_dsp: statistics: Update F64 tests for 1.9.0 This commit updates the statistics F64 test patterns for the CMSIS-DSP 1.9.0. Signed-off-by: Stephanos Ioannidis --- tests/lib/cmsis_dsp/statistics/src/f64.pat | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/lib/cmsis_dsp/statistics/src/f64.pat b/tests/lib/cmsis_dsp/statistics/src/f64.pat index 94a7f367347..aedb394054f 100644 --- a/tests/lib/cmsis_dsp/statistics/src/f64.pat +++ b/tests/lib/cmsis_dsp/statistics/src/f64.pat @@ -39,7 +39,7 @@ static const uint64_t in_entropy[75] = { 0x3fc52b5e85486ddc }; -static const q15_t in_entropy_dim[11] = { +static const uint16_t in_entropy_dim[11] = { 0x000A, 0x0003, 0x0008, 0x0009, 0x000C, 0x0003, 0x0008, 0x0009, 0x000C, 0x0003, 0x0008 }; @@ -126,7 +126,7 @@ static const uint64_t in_kl2[75] = { 0x3fc2a7de90998afd }; -static const q15_t in_kl_dim[11] = { +static const uint16_t in_kl_dim[11] = { 0x000A, 0x0003, 0x0008, 0x0009, 0x000C, 0x0003, 0x0008, 0x0009, 0x000C, 0x0003, 0x0008 };