Christophe Favergeon
f91c1f3c24
Better test automation with cmsis build tools
...
Added a python script for automation of tests with cmsis build tools.
Correction to some tests
Float promotion issues in some f16 code.
3 years ago
Christophe Favergeon
25c3fa3c02
Corrected compilation warnings.
3 years ago
Silfurion
633ab5913e
Add Conversion functions from and to 64 bit floating point
...
Cleaned f64 conversion functions.
3 years ago
Christophe Favergeon
0705c67568
Corrected issue #59
...
Out of bound access for arm_correlate MVE implementations.
3 years ago
Christophe Favergeon
54be9aeaee
Corrected issue #61
...
Table configuration issue with RFFT Fast F32 and F16
The define use to include or exclude the bit reverse table is different
for scalar and MVE versions. The test was not covering both cases.
3 years ago
Christophe Favergeon
68ddaa577d
Corrected issue #62
...
MVE tables were not const qualified.
3 years ago
Christophe Favergeon
9eb4e92e74
Corrected issue #57
...
Problem with arm_scale_q15 and q31.
Reorganized a little the cmsis build scripts for the test framework.
3 years ago
Christophe Favergeon
a973e9ed37
Improved cmsis build project files to build with v1.11.0 release
3 years ago
Christophe Favergeon
e0bb1407f7
Improved documentation
3 years ago
Christophe Favergeon
7cd6cf1e66
Improved gcc csolution file to build on Cortex A5,A7 and A9.
...
It is requiring some changes in the cmake of CMSIS build tools (because
Cortex-A targets are not yet available).
It is requiring a fix to the packs (CMSIS >= 5.9.0)
3 years ago
Christophe Favergeon
ae24b870e7
Added support for A5, A7 and A9 to test framework with cmsis build tools.
...
AC6 only. There are still some limitations with gcc.
3 years ago
Christophe Favergeon
65cf6252ca
Added support for building the test framework and examples with CMSIS build tools.
3 years ago