Commit Graph

475 Commits (0bf67b23336acc238580d67cd736390b1aaac04e)
 

Author SHA1 Message Date
Christophe Favergeon 95ba86bffc CMSIs-DSP: Add description of new benchmarks in test framework. 6 years ago
Christophe Favergeon 9ffa36e9c8 CMSIS-DSP: Added new tests to the test framework. 6 years ago
Christophe Favergeon e5fd202d8b CMSIS-DSP: Improvement to test framework to run on some models. 6 years ago
Christophe Favergeon 2653dba272 CMSIS-DSP: Improvement to the regression script for tests 6 years ago
Christophe Favergeon c33adc9485 CMSIS-DSP: Improvements to the float16 support for building. 6 years ago
Christophe Favergeon 1464ad53f7 CMSIS-DSP: Corrected a bug.
arm_mve.h was not included in all cases since the introduction of
the automatic MVE detection and the autovectorization test.
6 years ago
Christophe Favergeon c3efab80e9 CMSIS-DSP: Improved automatic detection of MVE mode for working with autovectorization. 6 years ago
Christophe Favergeon 68be1c9043 CMSIS-DSP: Added automatic detection of MVE support. 6 years ago
Christophe Favergeon c54fbf008b CMSIS-DSP: Some improvement to Doxygen documentation. 6 years ago
Christophe Favergeon b70696476b CMSIS-DSP: New example. 6 years ago
TTornblom 3ba623825a CMSIS-DSP: Added missing "const"
Added apparently missing "const" to ref_biquad_cascade_df2T_f64(), which
was causing compile errors with IAR toolchain.

Signed-off-by: TTornblom <thomas.tornblom@iar.com>
6 years ago
Christophe Favergeon 97e7ce8e27 CMSIS-DSP: Change to f16 code to be able to build with AC5 compiler. 6 years ago
Christophe Favergeon b31c737ad0 CMSIS-DSP: Corrected latest issues in f16 MVE version of cfft. 6 years ago
Christophe Favergeon 86a272902a CMSIS-DSP: Add preliminary cfft 16 MVE code. 6 years ago
Christophe Favergeon b543f5c61c CMSIS-DSP: Added f16 support to test framework.
Added preliminary f16 versions of some functions
6 years ago
Christophe Favergeon 89704d71f0 CMSIS-DSP: Correction of issue 890
Wrong file name in some comments.
6 years ago
Christophe Favergeon 12af686c77 CMSIS-DSP: Correction of issue 891
Use of arm_cfft_init_f64 in the tests for coherency with other
cfft tests.
6 years ago
Christophe Favergeon 1accfadc96 CMSIS-DSP: Correct issue 888
Added clarifications to documentation about arm_power_...
6 years ago
Christophe Favergeon 7969af9c89 CMSIS-DSP: Added possibility to use reference library with test framework. 6 years ago
Jonatan Antoni bed0bc3971 Pack: Bumped version to 5.7.1-dev0 after release.
Purged pre-built library binaries from repo.

Change-Id: I6f3fb1db0a2936afde3e67582e96018063cb8ef4
6 years ago
TTornblom 29cbdda7f8 CMSIS_DSP: Updated IAR libraries with added functions for 5.7.0
Signed-off-by: TTornblom <thomas.tornblom@iar.com>
6 years ago
TTornblom 5d9e63f5e4 CMSIS-DSP: Rebuilt IAR libraries for 5.7.0
Signed-off-by: TTornblom <thomas.tornblom@iar.com>
6 years ago
Jonatan Antoni dc8f274156 DSP: Libraries 1.8.0 for GCC
Built using arm-none-abi-gcc 9.2.1 (Arm Embedded 9-2019-q4-major)

Change-Id: Iee4477d4103e917e79c61610e7271166af9a4a5c
6 years ago
Jonatan Antoni f91cf87352 DSP: Libraries 1.8.0 for Arm Compiler
Built using MDK 5.30_dev and Arm Compiler 6.14.

Change-Id: If31d8cfeaf6c77f735944c1c881730d0600e04bf
6 years ago
GuentherMartin ed735e2931 CMSIS Device: - Reworked ARMCM* C-StartUp files. 6 years ago
Jonatan Antoni e897cabfef DSP: Updated all examples, using ARM_MATH_MVEF instead of HELIUM.
Change-Id: I5333cfbed8830c0788f7b15aa71c64763455bc46
6 years ago
Jonatan Antoni e0a2a456b7 Pack: Fixed version for Cortex-M55 Startup component.
- Set all versions to 1.0.0 as its the initial release.
- Fixed all projects to refer to proper pack/component versions.

Change-Id: I4dc8429ae77e7647573ce93be0de708a8d6675f6
6 years ago
Christophe Favergeon 017962caec CMSIS-DSP: Fix for issue 874 6 years ago
Jonatan Antoni 2e712fe8a8 Device: Replaced __MVE_USED with __ARM_FEATURE_MVE on Armv8.1-M devices.
Change-Id: I88dce50f659d6a4017ce640618adecb638b905cd
6 years ago
GuentherMartin b72b4e46e9 CMSIS-DSP: reduced arm_linear_interep_table for arm_linear_interp_example. 6 years ago
GuentherMartin f51e95f5a8 CMSIS-DSP: Corrected tail management bug in MVE version of arm_fir_f32.c 6 years ago
Christophe Favergeon 78d7e66bc9 CMSIS-DSP: Corrected issue in initialization tables for RFFT 32 samples. 6 years ago
Christophe Favergeon fa54f15135 CMSIS-DSP: Corrected tail management bug in MVE version of arm_fir_f32.c 6 years ago
GuentherMartin 349b8d1ed2 CMSIS DSP: reworked examples. 6 years ago
Christophe Favergeon 56ad8dd096 CMSIS-DSP: Correction to spline function to be able to build examples
Correction of CMSIS-DSP version number for binary version of the CMSIS-DSP.
6 years ago
Christophe Favergeon ecb9df9e18 CMSIS-DSP: Corrected type mistake. 6 years ago
Christophe Favergeon 9c7329cd52 CMSIS-DSP: Updated examples. 6 years ago
Christophe Favergeon 952c32f75b CMSIS-DSP: Updated MDK projects with new functions. 6 years ago
Christophe Favergeon e4a2262af3 CMSIS-DSP: Added tutorial link to Doxygen documentation.
Corrected potential build issue with packs.
6 years ago
Jonatan Antoni 9ec9907e1d CMSIS-DSP: Updates pack source component.
- Bumped component version to 1.8.0
- Added new groups/functions/files

Change-Id: Iee15d6af1e7e9c1169867270ca04f9ca7d5552c7
6 years ago
Christophe Favergeon f64de0436f CMSIS-DSP: Disable some tests in the test framework.
NN tests are by default disables.
6 years ago
ClaudioMartino 1d51b2ba00 CMSIS-DSP: Modified spline f32 to compute coeffs at init time
- Moved coefficients computation to init function
- Improved documentation
6 years ago
Christophe Favergeon 1c6bd2c3d6 CMSIS-DSP: Improved regression script for tests
Now environment variables can be set and unset per toolchain and core.
6 years ago
Christophe Favergeon 087e9edd39 CMSIS-DSP: Corrected compilation issue.
Compilation error when ROUNDING=ON in MVE code.
6 years ago
Christophe Favergeon 23f969c6c7 CMSIS-DSP: Added M55 to test framework.
Added a regression script to test several configurations of
the CMSIS-DSP.
6 years ago
ClaudioMartino 64d43685fb CMSIS-DSP: Added MVE support for logical operators (modified prototypes) 6 years ago
Christophe Favergeon 0e438b58f6 CMSIS-DSP: Fix to MVE code to allow compilation with AC6 6.14 6 years ago
ClaudioMartino fb1f6b04a7 CMSIS-DSP: Added scalar float64 entropy and kullback leibler 6 years ago
ClaudioMartino 3446683ed3 Improved arm_quick_sort_f32 6 years ago
Christophe Favergeon 97969db78c CMSIS-DSP: Corrected compilation warnings 6 years ago