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:
parent
5d42316047
commit
e3b1a016df
1 changed files with 2 additions and 2 deletions
4
tests/lib/cmsis_dsp/statistics/src/f64.pat
generated
4
tests/lib/cmsis_dsp/statistics/src/f64.pat
generated
|
@ -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
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue