TrustedFirmware Git Browser
Code Review
Sign In
review.trustedfirmware.org
/
mirror
/
ARM-software
/
CMSIS_5
/
aa7d22b35f7748efe3062cb15d6eb5d9cf4b7818
/
CMSIS
/
DSP
e37f495
DSP: Merged ARM and ARMCLANG into combined ARM folder for pre-built libraries.
by Jonatan Antoni
· 6 years ago
409fd6d
Updated prebuilt DSP libraries (GCC)
by ClaudioMartino
· 6 years ago
fcc98e4
Updated prebuilt DSP libraries (GCC)
by ClaudioMartino
· 6 years ago
8c4b625
Updated prebuilt DSP libraries (GCC)
by ClaudioMartino
· 6 years ago
c421a3a
Updated prebuilt DSP libraries (Arm Compiler 6.12)
by ClaudioMartino
· 6 years ago
e1a4cfc
DSP: Recompiled IAR DSP libraries with 8.40.1 compiler
by TTornblom
· 6 years ago
4247c5e
vmlaq in arm_dot_prod_f32 instead of vmulq and vadd
by ClaudioMartino
· 6 years ago
69092dd
Include paths for transform tests in ArmDS A5 project
by ClaudioMartino
· 6 years ago
72a999e
CMSIS-DSP: Add new compilation flag to DSP_Lib_TestSuite to restore
by Christophe Favergeon
· 6 years ago
566ec2f
CMSIS-DSP: Added compilation flags to disable some test categories in
by Christophe Favergeon
· 6 years ago
04ed2f0
CMSIS-DSP: DSP_Lib_TestSuite can be built with cmake.
by Christophe Favergeon
· 6 years ago
781ddc5
CMSIS-DSP: Corrected issue in Neon version of arm_correlate_f32.
by Christophe Favergeon
· 6 years ago
9e28408
CMSIS-DSP: Enable build with MSVC compiler.
by Christophe Favergeon
· 6 years ago
e018132
CMSIS-DSP: Customization of FFT tables.
by Christophe Favergeon
· 6 years ago
6b604eb
CMSIS DSP : Added a cmake build system
by Christophe Favergeon
· 6 years ago
f8ac303
Rectified Description error on twiddeCoeff_rfft_32
by stgoh
· 6 years ago
dda7e07
Removed comments about loop unrolling in NEON codes to avoid confusion
by ClaudioMartino
· 6 years ago
cdd22e2
filtering_pState uses VLD1 and it needs to be aligned to avoid alignment faults
by ClaudioMartino
· 6 years ago
0f947fe
New NEON float32 algorithms for Cortex A5 (TransformFunctions excluded) with armDS project
by ClaudioMartino
· 6 years ago
a9ef7e7
Improved the README of the CMSIS-DSP Python wrapper.
by Christophe Favergeon
· 6 years ago
1bdafae
Improved the README for the Python wrapper.
by Christophe Favergeon
· 6 years ago
4128fac
Corrected example.py so that it also works with Python 2.
by Christophe Favergeon
· 6 years ago
53f828f
First release of the Numpy compatible Python wrapper for the CMSIS-DSP.
by Christophe Favergeon
· 6 years ago
12955cd
Updated file versions, dates and copyright headers.
by Jonatan Antoni
· 6 years ago
1410ace
Added SIMD macros to arm_math.h again. CMSIS NN uses this macros.
by GuentherMartin
· 6 years ago
48e616b
DSP: IAR: disabled TrustZone and DSP for relevant targets
by TTornblom
· 6 years ago
41d9e35
DSP_Lib changes:
by GuentherMartin
· 6 years ago
1c5a02c
Revert "Const-qualify all read-only pointers in CMSIS-DSP (#349)"
by Jonatan Antoni
· 6 years ago
f3f1c6c
Fix duplicate `const` declaration specifier
by Torfinn Berset
· 6 years ago
57ffdf5
Fix incorrect pointer sign for arm_cfft_radix4_q15's bit reversal table (was signed, should be unsigned)
by Torfinn Berset
· 6 years ago
02e2ea9
Fix duplicate `const` declaration specifier
by Torfinn Berset
· 6 years ago
e83e08d
Fix const errors when compiling for Cortex M0
by Torfinn Berset
· 6 years ago
d72f6f9
Fix const warnings
by Torfinn Berset
· 6 years ago
9598b38
Converting C sources to use `const` where appropriate using regular expressions. Fix typos
by Torfinn Berset
· 6 years ago
6b4bd02
`const`-qualify all float32_t pSrc pointers in arm_math.h
by Torfinn Berset
· 6 years ago
1c291c5
`const`-qualify all twiddle, bitrev and cosfactor table pointers in arm_math.h
by Torfinn Berset
· 6 years ago
408fdc6
`const`-qualify all pSrc pointers in arm_math.h
by Torfinn Berset
· 6 years ago
19cdfbf
updated project settings according new arm_math.h
by GuentherMartin
· 7 years ago
5913df8
DSP_Lib: - updated arm_math.h - reduced ARM_MATH_CMx macros
by GuentherMartin
· 7 years ago
ec920fb
Implement arm_rfft_fast_init_f32 with new separate initialize functions.
by Dave Flogeras
· 7 years ago
99933e0
Split rfft_fast_init_f32 into separate initializer functions.
by Dave Flogeras
· 7 years ago
ee3aff3
Merged PR #166
by GuentherMartin
· 7 years ago
3bdae96
removes unnecessary and non-portable type casts
by johan-uden
· 8 years ago
fa8e815
DSP: fix double-promotion warnings in arm_mat_inverse_f64
by Andrew Leech
· 7 years ago
1fd36a9
restore unrelated changes inadvertently reverted due to bad commit separation
by Oskar Weigl
· 7 years ago
aa75596
add special values to sin and cos test data
by Oskar Weigl
· 7 years ago
a8123fe
Revert "input range must be in [0:2PI]"
by Oskar Weigl
· 7 years ago
1862c28
Revert "input range is [0..2Pi]"
by Oskar Weigl
· 7 years ago
cedf3a0
fix float rounding issue in sincos index calculation
by Oskar Weigl
· 7 years ago
19c8bfb
updated ARMv8M DSP libraries.
by GuentherMartin
· 7 years ago
24486c2
Updated DSP examples.
by GuentherMartin
· 7 years ago
d0567a8
DSP: Fixed FPU setting for cortexM4bf
by TTornblom
· 7 years ago
bc4a794
DSP: Changed optimization level for IAR.
by TTornblom
· 7 years ago
3ff8906
Added IAR DSP lib support
by TTornblom
· 7 years ago
18cc96d
Updating company brand
by Jonatan Antoni
· 8 years ago
02964a0
Comment in DCT4 allowed length
by ARM IT
· 8 years ago
f540e66
Pointer increment bug correction
by ARM IT
· 8 years ago
8c019d4
input range is [0..2Pi]
by ARM IT
· 8 years ago
0332af9
input range must be in [0:2PI]
by ARM IT
· 8 years ago
d822f6c
Cancel test
by ARM IT
· 8 years ago
e135b31
test
by ARM IT
· 8 years ago
de31664
Release preparation: Aligned version information and updated change histories.
by Jonatan Antoni
· 8 years ago
12dd925
Fixed typo
by Christopher Seidl
· 8 years ago
fa7b62b
DSP: Clean up arm_math.h
by Jonatan Antoni
· 8 years ago
40d172f
Global MISRA-C Rule 10.6 fix up: Unsigned constant values with U suffix, uppercase instead of lowercase. (Issue #227)
by Jonatan Antoni
· 8 years ago
5480572
DSP: Fix issue #188 gnu compiler specific diagnostics in arm_math.h
by Jonatan Antoni
· 8 years ago
1573769
Updated MPS2 projects.
by Martin Günther
· 9 years ago
00d19e1
Updated DSP_Lib TestSuit. Added ARMv8m tests. Updated UV.exe path in batch files.
by Martin Günther
· 9 years ago
ceee686
Updated CMSIS_DSP. Added ARMv8M support, changed copyrigth note.
by Martin Günther
· 9 years ago
ec3081a
updated DSP Lib to V1.5.0.
by Martin Günther
· 9 years ago
cec7ea4
Deleted obsolete macro TABLE_SIZE from arm_math.h.
by Martin Günther
· 9 years ago
61d8410
updated DSP_Lib files arm_sin_cos_f32.c, arm_var_f32.c.
by Martin Günther
· 9 years ago
d030bba
Added DSP_Lib TestSuite.
by Martin Günther
· 9 years ago
6c971b0
DSP ARMv8M preparation.
by Martin Günther
· 9 years ago
4442750
Updated CMSIS DSP because of wrong macro ARM_MATH_CM0_FAMILY_FAMILY.
by Martin Günther
· 9 years ago
465bd43
5.0.1-dev1: http:// removed. PACK schema relaxed
by Joachim Krech
· 9 years ago
9842671
Updated DSP_Lib changelog and libraries.
by Martin Günther
· 9 years ago
dc8291e
Merge pull request #81 from dpalframan/develop
by Martin Günther
· 9 years ago
3c2ce85
Minor typo fix
by Christopher Seidl
· 9 years ago
9614355
Updated DSP_Lib projects.
by Martin Günther
· 9 years ago
ff534ae
Corrected arm_conv_partial_q15(), arm_conv_q15(), arm_correlate_q15() for Cortex-M7 based cores.
by Martin Günther
· 9 years ago
9bf9a9e
performance optimizations for arm_mat_mult_fast_q15 and arm_mat_mult_fast_q31
by David Palframan
· 9 years ago
0ffe8f9
CMSIS_Core:
by Martin Günther
· 9 years ago
10babd8
Moved DSP libraries from CMSIS/DSP/Lib to CMSIS/Lib.
by Martin Günther
· 9 years ago
80a75d1
Added DSP examples.
by Martin Günther
· 9 years ago
ebfaa07
Added DSP_Lib binaries.
by Martin Günther
· 9 years ago
7242c21
removed doxy warning
by Martin Günther
· 9 years ago
482fe8b
Reduced -Wconversion warnings
by unknown
· 9 years ago
fab9c38
Renamed folder DSP_Lib to DSP to be consistent with documentation.
by Martin Günther
· 9 years ago