Commit Graph

  • 71218873eb CMSIS-DSP: Added f16 versions of linear and bilinear interpolations Christophe Favergeon 2020-08-06 13:14:33 +0200
  • d2d691cc23 CMSIS-DSP: Added f16 matrix functions Christophe Favergeon 2020-08-06 11:00:40 +0200
  • 7d79ffa51f CMSIS-DSP: Added arm_correlate_f16 Corrected PythonWrapper issues due to new f16 functions Christophe Favergeon 2020-08-05 07:28:13 +0200
  • f0750e92c2 CMSIS-DSP: Added f16 version of biquads. Corrected few doxygen issues. Christophe Favergeon 2020-08-04 14:28:08 +0200
  • 7c55ae80f7 CMSIS-DSP: Added arm_fir_f16 Improved f16 comlex dot product Correction to compile flags to FFT tables for MVE version. Christophe Favergeon 2020-08-04 09:22:18 +0200
  • ebf9104c4e CMSIS-DSP: Added complex math f16 Christophe Favergeon 2020-08-03 14:52:31 +0200
  • 8b465544a1 CMSIS-DSP: Added arm_rfft_fast_f16 Christophe Favergeon 2020-08-03 12:11:15 +0200
  • 3129c4e1c2 CMSIS-DSP: Improve formatting scripts Christophe Favergeon 2020-07-31 13:38:09 +0200
  • 986ace8499 CMSIS-DSP: Test framework improvement Added a new core. Christophe Favergeon 2020-07-31 07:20:18 +0200
  • e1c24fcafc CMSIS-DSP: Test framework improvement Increased link script section sizes. Christophe Favergeon 2020-07-29 10:53:15 +0200
  • d045a7545f CMSIS-DSP: Test framework improvement Add support for new cores Christophe Favergeon 2020-07-28 09:44:14 +0200
  • 9e4b2a9358 CMSIS-DSP: Use __PKHBT intrinsics for FFTs Richard Allen 2020-06-25 21:56:35 -0500
  • fe79fc5a00 CMSIS-DSP: Updated tests to use the new headers. Christophe Favergeon 2020-07-23 11:20:10 +0200
  • 41f2015387 CMSIS-DSP: Re-organization of arm_math.h arm_math.h splitted into several headers. Interpolation functions moved from arm_math.h to a separate folder. Christophe Favergeon 2020-07-22 09:10:21 +0200
  • 0525971fe8 CMSIS-DSP: Removed compilation warnings Christophe Favergeon 2020-07-20 08:12:12 +0200
  • 93196c0fd7 CMSIS-DSP: Corrected build issue with Neon. Christophe Favergeon 2020-07-17 14:56:00 +0200
  • 90a6125127 CMSIS-DSP: Update header for use from C++ Christophe Favergeon 2020-07-17 08:01:06 +0200
  • 6fbbfc3223 CMSIS-DSP: Improvement to test framework. Software markers for IPSS. Christophe Favergeon 2020-07-09 13:42:47 +0200
  • 566550e15d CMSIS-DSP: doxygen corrections Christophe Favergeon 2020-07-09 10:15:09 +0200
  • 3359d706cf CMSIS-DSP: Corrected build issue with Python wrapper. Corrected bug in arm_mat_vec_mult_q15. Christophe Favergeon 2020-07-09 08:38:16 +0200
  • a20e215bfc CMSIS-DSP: Added new matrix functions and their MVE implementation arm_mat_cmplx_trans_f32.c arm_mat_cmplx_trans_q15.c arm_mat_cmplx_trans_q31.c Christophe Favergeon 2020-07-08 14:42:51 +0200
  • 8268b079d5 CMSIS-DSP: Added new matrix functions and MVE version Christophe Favergeon 2020-07-08 08:17:52 +0200
  • 952a743985 CMSIS-DSP: Improved FIR tests Christophe Favergeon 2020-07-06 09:39:57 +0200
  • c0d3b61f37 CMSIS-DSP: Changed cmake required minimum version Christophe Favergeon 2020-07-06 09:39:15 +0200
  • 2f270b6e5f CMSIS-DSP: Changed link in Python wrapper example Christophe Favergeon 2020-06-29 07:02:36 +0200
  • fee93fab26 CMSIS-DSP: Improved test framework Improved measurement calibration when cached used on Cortex-A Christophe Favergeon 2020-06-19 13:41:12 +0200
  • 04449477b0 CMSIS-DSP: Test framework improvement Enabled MMU for A32. Christophe Favergeon 2020-06-19 08:31:36 +0200
  • be40746c5e CMSIS-DSP: Improvement to test framework Added support for A32. Still some issues with cycle model. Christophe Favergeon 2020-06-18 11:11:51 +0200
  • 6ee45c22da CMSIS-DSP: Improvements to test framework. Christophe Favergeon 2020-06-17 09:20:11 +0200
  • 23d216b3bb CMSIS-NN: Fix warnings Felix Johnny 2020-05-28 07:56:41 +0200
  • f90143005a Fix - arm_math.h: Use the float suffix in arm_clarke_f32 Martin 2020-06-02 12:41:30 +0200
  • cb125bba76 CMSIS-DSP: Test framework improvement Added gcc support for M55 FVP. Christophe Favergeon 2020-05-29 11:44:53 +0200
  • 11b7758815 CMSIS-DSP: Corrected issue #906 Christophe Favergeon 2020-05-29 07:59:39 +0200
  • 8cafb3219f CMSIS-DSP: Corrected issue #870 Christophe Favergeon 2020-05-29 07:39:34 +0200
  • b1e1a3140e CMSIS-DSP: Improve test formatting script. Christophe Favergeon 2020-05-28 12:47:58 +0200
  • 2e9d46b039 CMSIS-DSP: Improvement to reporting script for tests Christophe Favergeon 2020-05-27 15:55:27 +0200
  • a159791720 CMSIS-DSP: Improved test framework Added gcc support to IPSS in test framework. Improved f16 handling for when compiling M55 with gcc. Christophe Favergeon 2020-05-20 14:48:06 +0200
  • d17fff9404 CMSIS-DSP: Improve formatting script for tests Christophe Favergeon 2020-05-18 08:43:38 +0200
  • ffcca5f59f CMSIS-DSP: Reworked mechanism for naming of tests. Christophe Favergeon 2020-05-15 12:28:17 +0200
  • 718f22eca0 CMSIS-DSP: Improve formatting script for tests Christophe Favergeon 2020-05-14 15:09:41 +0200
  • 575d68f280 CMSIS-DSP: Improved formating script for test reports. Christophe Favergeon 2020-05-14 09:24:07 +0200
  • 4d049610c1 CMSIS-DSP: Improved formating scripts in test framework Christophe Favergeon 2020-05-14 07:25:53 +0200
  • df744868c5 CMSIS-DSP: Improved script for generating test reports. Christophe Favergeon 2020-05-13 15:56:15 +0200
  • c2ca0dd2f8 CMSIS-DSP: Improvement to testing scripts Christophe Favergeon 2020-05-13 13:06:58 +0200
  • 70f186b81d CMSIS-DSP: Test framework improvements. Link scripts for IPSS. Christophe Favergeon 2020-05-12 11:45:09 +0200
  • 92be16c2aa CMSIS-DSP: Improved tests Christophe Favergeon 2020-05-12 07:23:54 +0200
  • 18fe3c157d CMSIS-DSP: Update link script for test framework. Christophe Favergeon 2020-05-11 13:40:39 +0200
  • 1044e5b793 CMSIS-DSP: Improved boot code for IPSS in test framework. Christophe Favergeon 2020-05-11 09:41:21 +0200
  • 49b06e1f2b CMSIS-DSP: Improved IPSS support for M55 in test framework. Christophe Favergeon 2020-05-11 08:21:43 +0200
  • 90e24d1614 CMSIS-DSP: Improvement to M55 support in test framework for IPSS Christophe Favergeon 2020-05-07 08:02:17 +0200
  • 23eaafccf9 CMSIS-DSP: Updated regression script for tests. Christophe Favergeon 2020-05-06 12:45:50 +0200
  • 21383c9dd2 CMSIS-DSP: Improve IPSS support in test framework. Christophe Favergeon 2020-05-06 07:10:29 +0200
  • 57db4eeff9 CMSIS-DSP: Add support for IPSS to test framework. Christophe Favergeon 2020-04-30 09:07:33 +0200
  • 95ba86bffc CMSIs-DSP: Add description of new benchmarks in test framework. Christophe Favergeon 2020-04-29 13:50:08 +0200
  • 9ffa36e9c8 CMSIS-DSP: Added new tests to the test framework. Christophe Favergeon 2020-04-28 15:39:21 +0200
  • e5fd202d8b CMSIS-DSP: Improvement to test framework to run on some models. Christophe Favergeon 2020-04-28 10:39:58 +0200
  • 2653dba272 CMSIS-DSP: Improvement to the regression script for tests Christophe Favergeon 2020-04-27 14:51:08 +0200
  • c33adc9485 CMSIS-DSP: Improvements to the float16 support for building. Christophe Favergeon 2020-04-21 14:04:25 +0200
  • 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. Christophe Favergeon 2020-04-20 11:52:54 +0200
  • c3efab80e9 CMSIS-DSP: Improved automatic detection of MVE mode for working with autovectorization. Christophe Favergeon 2020-04-20 10:22:15 +0200
  • 68be1c9043 CMSIS-DSP: Added automatic detection of MVE support. Christophe Favergeon 2020-04-20 08:21:54 +0200
  • c54fbf008b CMSIS-DSP: Some improvement to Doxygen documentation. Christophe Favergeon 2020-04-17 10:36:07 +0200
  • b70696476b CMSIS-DSP: New example. Christophe Favergeon 2020-04-17 10:35:27 +0200
  • 3ba623825a CMSIS-DSP: Added missing "const" TTornblom 2020-04-16 09:54:46 +0200
  • 97e7ce8e27 CMSIS-DSP: Change to f16 code to be able to build with AC5 compiler. Christophe Favergeon 2020-04-14 14:47:21 +0200
  • b31c737ad0 CMSIS-DSP: Corrected latest issues in f16 MVE version of cfft. Christophe Favergeon 2020-04-14 11:25:33 +0200
  • 86a272902a CMSIS-DSP: Add preliminary cfft 16 MVE code. Christophe Favergeon 2020-04-14 09:47:39 +0200
  • b543f5c61c CMSIS-DSP: Added f16 support to test framework. Added preliminary f16 versions of some functions Christophe Favergeon 2020-02-04 14:42:25 +0100
  • 89704d71f0 CMSIS-DSP: Correction of issue 890 Wrong file name in some comments. Christophe Favergeon 2020-04-14 07:29:17 +0200
  • 12af686c77 CMSIS-DSP: Correction of issue 891 Use of arm_cfft_init_f64 in the tests for coherency with other cfft tests. Christophe Favergeon 2020-04-14 07:26:40 +0200
  • 1accfadc96 CMSIS-DSP: Correct issue 888 Added clarifications to documentation about arm_power_... Christophe Favergeon 2020-04-14 07:11:50 +0200
  • 7969af9c89 CMSIS-DSP: Added possibility to use reference library with test framework. Christophe Favergeon 2020-04-07 14:49:43 +0200
  • bed0bc3971 Pack: Bumped version to 5.7.1-dev0 after release. Purged pre-built library binaries from repo. Jonatan Antoni 2020-04-09 16:39:25 +0200
  • 29cbdda7f8 CMSIS_DSP: Updated IAR libraries with added functions for 5.7.0 TTornblom 2020-04-09 12:03:36 +0200
  • 5d9e63f5e4 CMSIS-DSP: Rebuilt IAR libraries for 5.7.0 TTornblom 2020-04-07 11:12:22 +0200
  • dc8f274156 DSP: Libraries 1.8.0 for GCC Built using arm-none-abi-gcc 9.2.1 (Arm Embedded 9-2019-q4-major) Jonatan Antoni 2020-04-06 18:00:31 +0200
  • f91cf87352 DSP: Libraries 1.8.0 for Arm Compiler Jonatan Antoni 2020-04-06 17:19:23 +0200
  • ed735e2931 CMSIS Device: - Reworked ARMCM* C-StartUp files. GuentherMartin 2020-03-31 15:42:58 +0200
  • e897cabfef DSP: Updated all examples, using ARM_MATH_MVEF instead of HELIUM. Jonatan Antoni 2020-03-30 15:37:48 +0200
  • 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. Jonatan Antoni 2020-03-30 15:03:16 +0200
  • 017962caec CMSIS-DSP: Fix for issue 874 Christophe Favergeon 2020-03-30 11:19:44 +0200
  • 2e712fe8a8 Device: Replaced __MVE_USED with __ARM_FEATURE_MVE on Armv8.1-M devices. Jonatan Antoni 2020-03-23 10:47:10 +0100
  • b72b4e46e9 CMSIS-DSP: reduced arm_linear_interep_table for arm_linear_interp_example. GuentherMartin 2020-03-23 10:19:00 +0100
  • f51e95f5a8 CMSIS-DSP: Corrected tail management bug in MVE version of arm_fir_f32.c GuentherMartin 2020-03-23 09:04:23 +0100
  • 78d7e66bc9 CMSIS-DSP: Corrected issue in initialization tables for RFFT 32 samples. Christophe Favergeon 2020-03-23 07:31:46 +0100
  • fa54f15135 CMSIS-DSP: Corrected tail management bug in MVE version of arm_fir_f32.c Christophe Favergeon 2020-03-23 07:02:16 +0100
  • 349b8d1ed2 CMSIS DSP: reworked examples. GuentherMartin 2020-03-20 13:29:31 +0100
  • 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. Christophe Favergeon 2020-03-20 09:07:26 +0100
  • ecb9df9e18 CMSIS-DSP: Corrected type mistake. Christophe Favergeon 2020-03-19 11:02:52 +0100
  • 9c7329cd52 CMSIS-DSP: Updated examples. Christophe Favergeon 2020-03-18 12:12:01 +0100
  • 952c32f75b CMSIS-DSP: Updated MDK projects with new functions. Christophe Favergeon 2020-03-17 08:36:06 +0100
  • e4a2262af3 CMSIS-DSP: Added tutorial link to Doxygen documentation. Corrected potential build issue with packs. Christophe Favergeon 2020-03-16 16:11:28 +0100
  • 9ec9907e1d CMSIS-DSP: Updates pack source component. - Bumped component version to 1.8.0 - Added new groups/functions/files Jonatan Antoni 2020-03-16 13:13:49 +0100
  • f64de0436f CMSIS-DSP: Disable some tests in the test framework. NN tests are by default disables. Christophe Favergeon 2020-03-04 08:42:53 +0100
  • 1d51b2ba00 CMSIS-DSP: Modified spline f32 to compute coeffs at init time - Moved coefficients computation to init function - Improved documentation ClaudioMartino 2020-02-19 12:22:10 +0100
  • 1c6bd2c3d6 CMSIS-DSP: Improved regression script for tests Now environment variables can be set and unset per toolchain and core. Christophe Favergeon 2020-02-20 08:58:06 +0000
  • 087e9edd39 CMSIS-DSP: Corrected compilation issue. Compilation error when ROUNDING=ON in MVE code. Christophe Favergeon 2020-02-18 07:20:42 +0100
  • 23f969c6c7 CMSIS-DSP: Added M55 to test framework. Added a regression script to test several configurations of the CMSIS-DSP. Christophe Favergeon 2020-02-07 11:25:11 +0100
  • 64d43685fb CMSIS-DSP: Added MVE support for logical operators (modified prototypes) ClaudioMartino 2020-02-04 09:23:29 +0100
  • 0e438b58f6 CMSIS-DSP: Fix to MVE code to allow compilation with AC6 6.14 Christophe Favergeon 2020-02-06 15:38:24 +0100