You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
CMSIS-DSP/Source/FilteringFunctions
Johan Bengtsson 065e8351c3 DSP: Remove undefined behavior in post-increment/decrement read (#1443)
According to the C standard q15_t * and const q15_t * are not compatible
types which, among other things, imply that an object of type const
q15_t * can't be modified by writing to a q15_t ** or vice versa.
Programs doing this are undefined.

Because of this rule all programs using the functions read_q15x2_ia,
read_q15x2_da, read_q7x4_ia, or read_q7x4_da for reading data from an
array of constant elements will be undefined. To solve this it is not
enough to change the type of the function since this will give problems
when reading data from an array of non-const elements. To get a defined
solution I needed to switch from functions to macros to allow the
increment to be done in the original type of the pointer.
4 years ago
..
CMakeLists.txt Adding new f64 files to CMakeLists 4 years ago
FilteringFunctions.c Implement some f64 methods 4 years ago
FilteringFunctionsF16.c CMSIS-DSP: Scalar version of Levinson Durbin algorithms. 5 years ago
arm_biquad_cascade_df1_32x64_init_q31.c CMSIS-DSP: Update copyright year and version numbers in comments. 5 years ago
arm_biquad_cascade_df1_32x64_q31.c CMSIS-DSP: Update copyright year and version numbers in comments. 5 years ago
arm_biquad_cascade_df1_f16.c CMSIS-DSP: Removed float promotion issues 5 years ago
arm_biquad_cascade_df1_f32.c CMSIS-DSP: Update copyright year and version numbers in comments. 5 years ago
arm_biquad_cascade_df1_fast_q15.c DSP: Remove undefined behavior in post-increment/decrement read (#1443) 4 years ago
arm_biquad_cascade_df1_fast_q31.c CMSIS-DSP: Update copyright year and version numbers in comments. 5 years ago
arm_biquad_cascade_df1_init_f16.c CMSIS-DSP: Removed float promotion issues 5 years ago
arm_biquad_cascade_df1_init_f32.c CMSIS-DSP: Update copyright year and version numbers in comments. 5 years ago
arm_biquad_cascade_df1_init_q15.c CMSIS-DSP: Update copyright year and version numbers in comments. 5 years ago
arm_biquad_cascade_df1_init_q31.c CMSIS-DSP: Update copyright year and version numbers in comments. 5 years ago
arm_biquad_cascade_df1_q15.c CMSIS-DSP: Update copyright year and version numbers in comments. 5 years ago
arm_biquad_cascade_df1_q31.c CMSIS-DSP: Update copyright year and version numbers in comments. 5 years ago
arm_biquad_cascade_df2T_f16.c CMSIS-DSP: Correcting issue #1358 4 years ago
arm_biquad_cascade_df2T_f32.c CMSIS-DSP: Correcting issue #1358 4 years ago
arm_biquad_cascade_df2T_f64.c CMSIS-DSP: Correcting issue #1358 4 years ago
arm_biquad_cascade_df2T_init_f16.c CMSIS-DSP: Removed float promotion issues 5 years ago
arm_biquad_cascade_df2T_init_f32.c CMSIS-DSP: Correction of issue 1217 5 years ago
arm_biquad_cascade_df2T_init_f64.c CMSIS-DSP: Update copyright year and version numbers in comments. 5 years ago
arm_biquad_cascade_stereo_df2T_f16.c CMSIS-DSP: Correcting issue #1358 4 years ago
arm_biquad_cascade_stereo_df2T_f32.c CMSIS-DSP: Correcting issue #1358 4 years ago
arm_biquad_cascade_stereo_df2T_init_f16.c CMSIS-DSP: Update copyright year and version numbers in comments. 5 years ago
arm_biquad_cascade_stereo_df2T_init_f32.c CMSIS-DSP: Update copyright year and version numbers in comments. 5 years ago
arm_conv_f32.c CMSIS-DSP: Update copyright year and version numbers in comments. 5 years ago
arm_conv_fast_opt_q15.c CMSIS-DSP: Update copyright year and version numbers in comments. 5 years ago
arm_conv_fast_q15.c CMSIS-DSP: Update copyright year and version numbers in comments. 5 years ago
arm_conv_fast_q31.c CMSIS-DSP: Update copyright year and version numbers in comments. 5 years ago
arm_conv_opt_q7.c CMSIS-DSP: Update copyright year and version numbers in comments. 5 years ago
arm_conv_opt_q15.c CMSIS-DSP: Update copyright year and version numbers in comments. 5 years ago
arm_conv_partial_f32.c CMSIS-DSP: Remove some gcc compilation warnings. 5 years ago
arm_conv_partial_fast_opt_q15.c CMSIS-DSP: Update copyright year and version numbers in comments. 5 years ago
arm_conv_partial_fast_q15.c CMSIS-DSP: Update copyright year and version numbers in comments. 5 years ago
arm_conv_partial_fast_q31.c CMSIS-DSP: Remove some gcc compilation warnings. 5 years ago
arm_conv_partial_opt_q7.c CMSIS-DSP: Update copyright year and version numbers in comments. 5 years ago
arm_conv_partial_opt_q15.c CMSIS-DSP: Update copyright year and version numbers in comments. 5 years ago
arm_conv_partial_q7.c CMSIS-DSP : Correcting issue 1248 4 years ago
arm_conv_partial_q15.c CMSIS-DSP: Remove some gcc compilation warnings. 5 years ago
arm_conv_partial_q31.c CMSIS-DSP: Remove some gcc compilation warnings. 5 years ago
arm_conv_q7.c CMSIS-DSP: Update copyright year and version numbers in comments. 5 years ago
arm_conv_q15.c CMSIS-DSP: Update copyright year and version numbers in comments. 5 years ago
arm_conv_q31.c CMSIS-DSP: Update copyright year and version numbers in comments. 5 years ago
arm_correlate_f16.c CMSIS-DSP: Removed float promotion issues 5 years ago
arm_correlate_f32.c CMSIS-DSP: Update copyright year and version numbers in comments. 5 years ago
arm_correlate_f64.c Removing defgroup from f64 & fixing double init values 4 years ago
arm_correlate_fast_opt_q15.c CMSIS-DSP: Update copyright year and version numbers in comments. 5 years ago
arm_correlate_fast_q15.c CMSIS-DSP: Update copyright year and version numbers in comments. 5 years ago
arm_correlate_fast_q31.c CMSIS-DSP: Update copyright year and version numbers in comments. 5 years ago
arm_correlate_opt_q7.c CMSIS-DSP: Update copyright year and version numbers in comments. 5 years ago
arm_correlate_opt_q15.c CMSIS-DSP: Update copyright year and version numbers in comments. 5 years ago
arm_correlate_q7.c CMSIS-DSP: Update copyright year and version numbers in comments. 5 years ago
arm_correlate_q15.c CMSIS-DSP: Update copyright year and version numbers in comments. 5 years ago
arm_correlate_q31.c CMSIS-DSP: Update copyright year and version numbers in comments. 5 years ago
arm_fir_decimate_f32.c CMSIS-DSP: Update copyright year and version numbers in comments. 5 years ago
arm_fir_decimate_fast_q15.c CMSIS-DSP: Update copyright year and version numbers in comments. 5 years ago
arm_fir_decimate_fast_q31.c CMSIS-DSP: Update copyright year and version numbers in comments. 5 years ago
arm_fir_decimate_init_f32.c CMSIS-DSP: Update copyright year and version numbers in comments. 5 years ago
arm_fir_decimate_init_q15.c CMSIS-DSP: Update copyright year and version numbers in comments. 5 years ago
arm_fir_decimate_init_q31.c CMSIS-DSP: Update copyright year and version numbers in comments. 5 years ago
arm_fir_decimate_q15.c CMSIS-DSP: Update copyright year and version numbers in comments. 5 years ago
arm_fir_decimate_q31.c CMSIS-DSP: Update copyright year and version numbers in comments. 5 years ago
arm_fir_f16.c CMSIS-DSP: Removed float promotion issues 5 years ago
arm_fir_f32.c CMSIS-DSP: Remove some gcc compilation warnings. 5 years ago
arm_fir_f64.c Removing defgroup from f64 & fixing double init values 4 years ago
arm_fir_fast_q15.c CMSIS-DSP: Update copyright year and version numbers in comments. 5 years ago
arm_fir_fast_q31.c CMSIS-DSP: Correcting issue #1358 4 years ago
arm_fir_init_f16.c CMSIS-DSP: Update copyright year and version numbers in comments. 5 years ago
arm_fir_init_f32.c CMSIS-DSP: Update copyright year and version numbers in comments. 5 years ago
arm_fir_init_f64.c Implement some f64 methods 4 years ago
arm_fir_init_q7.c CMSIS-DSP: Update copyright year and version numbers in comments. 5 years ago
arm_fir_init_q15.c CMSIS-DSP: Update copyright year and version numbers in comments. 5 years ago
arm_fir_init_q31.c CMSIS-DSP: Update copyright year and version numbers in comments. 5 years ago
arm_fir_interpolate_f32.c CMSIS-DSP: Remove type punning in vector code and some compilation warnings. 5 years ago
arm_fir_interpolate_init_f32.c CMSIS-DSP: Update copyright year and version numbers in comments. 5 years ago
arm_fir_interpolate_init_q15.c CMSIS-DSP: Update copyright year and version numbers in comments. 5 years ago
arm_fir_interpolate_init_q31.c CMSIS-DSP: Update copyright year and version numbers in comments. 5 years ago
arm_fir_interpolate_q15.c CMSIS-DSP: Update copyright year and version numbers in comments. 5 years ago
arm_fir_interpolate_q31.c CMSIS-DSP: Remove type punning in vector code and some compilation warnings. 5 years ago
arm_fir_lattice_f32.c CMSIS-DSP: Update copyright year and version numbers in comments. 5 years ago
arm_fir_lattice_init_f32.c CMSIS-DSP: Update copyright year and version numbers in comments. 5 years ago
arm_fir_lattice_init_q15.c CMSIS-DSP: Update copyright year and version numbers in comments. 5 years ago
arm_fir_lattice_init_q31.c CMSIS-DSP: Update copyright year and version numbers in comments. 5 years ago
arm_fir_lattice_q15.c CMSIS-DSP: Update copyright year and version numbers in comments. 5 years ago
arm_fir_lattice_q31.c CMSIS-DSP: Update copyright year and version numbers in comments. 5 years ago
arm_fir_q7.c CMSIS-DSP: Remove some gcc compilation warnings. 5 years ago
arm_fir_q15.c DSP: Remove undefined behavior in post-increment/decrement read (#1443) 4 years ago
arm_fir_q31.c CMSIS-DSP: Remove some gcc compilation warnings. 5 years ago
arm_fir_sparse_f32.c CMSIS-DSP: Update copyright year and version numbers in comments. 5 years ago
arm_fir_sparse_init_f32.c CMSIS-DSP: Update copyright year and version numbers in comments. 5 years ago
arm_fir_sparse_init_q7.c CMSIS-DSP: Update copyright year and version numbers in comments. 5 years ago
arm_fir_sparse_init_q15.c CMSIS-DSP: Update copyright year and version numbers in comments. 5 years ago
arm_fir_sparse_init_q31.c CMSIS-DSP: Update copyright year and version numbers in comments. 5 years ago
arm_fir_sparse_q7.c CMSIS-DSP: Update copyright year and version numbers in comments. 5 years ago
arm_fir_sparse_q15.c CMSIS-DSP: Update copyright year and version numbers in comments. 5 years ago
arm_fir_sparse_q31.c CMSIS-DSP: Update copyright year and version numbers in comments. 5 years ago
arm_iir_lattice_f32.c CMSIS-DSP: Update copyright year and version numbers in comments. 5 years ago
arm_iir_lattice_init_f32.c CMSIS-DSP: Update copyright year and version numbers in comments. 5 years ago
arm_iir_lattice_init_q15.c CMSIS-DSP: Update copyright year and version numbers in comments. 5 years ago
arm_iir_lattice_init_q31.c CMSIS-DSP: Update copyright year and version numbers in comments. 5 years ago
arm_iir_lattice_q15.c CMSIS-DSP: Update copyright year and version numbers in comments. 5 years ago
arm_iir_lattice_q31.c CMSIS-DSP: Update copyright year and version numbers in comments. 5 years ago
arm_levinson_durbin_f16.c CMSIS-DSP: Correcting issue #1328 4 years ago
arm_levinson_durbin_f32.c CMSIS-DSP: Correcting issue #1328 4 years ago
arm_levinson_durbin_q31.c CMSIS-DSP: Correcting issue #1328 4 years ago
arm_lms_f32.c CMSIS-DSP: Update copyright year and version numbers in comments. 5 years ago
arm_lms_init_f32.c CMSIS-DSP: Update copyright year and version numbers in comments. 5 years ago
arm_lms_init_q15.c CMSIS-DSP: Update copyright year and version numbers in comments. 5 years ago
arm_lms_init_q31.c CMSIS-DSP: Update copyright year and version numbers in comments. 5 years ago
arm_lms_norm_f32.c CMSIS-DSP: Update copyright year and version numbers in comments. 5 years ago
arm_lms_norm_init_f32.c CMSIS-DSP: Update copyright year and version numbers in comments. 5 years ago
arm_lms_norm_init_q15.c CMSIS-DSP: Update copyright year and version numbers in comments. 5 years ago
arm_lms_norm_init_q31.c CMSIS-DSP: Update copyright year and version numbers in comments. 5 years ago
arm_lms_norm_q15.c CMSIS-DSP: Update copyright year and version numbers in comments. 5 years ago
arm_lms_norm_q31.c CMSIS-DSP: Update copyright year and version numbers in comments. 5 years ago
arm_lms_q15.c CMSIS-DSP: Update copyright year and version numbers in comments. 5 years ago
arm_lms_q31.c CMSIS-DSP: Update copyright year and version numbers in comments. 5 years ago