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 <root@stephanos.io>
This commit is contained in:
Stephanos Ioannidis 2021-08-21 17:33:22 +09:00 committed by Carles Cufí
commit e3b1a016df

View file

@ -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
};