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.
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 | |
|---|---|---|
| .. | ||
| dsp | 4 years ago | |
| arm_common_tables.h | 4 years ago | |
| arm_common_tables_f16.h | 5 years ago | |
| arm_const_structs.h | 5 years ago | |
| arm_const_structs_f16.h | 5 years ago | |
| arm_helium_utils.h | 5 years ago | |
| arm_math.h | 5 years ago | |
| arm_math_f16.h | 5 years ago | |
| arm_math_memory.h | 4 years ago | |
| arm_math_types.h | 4 years ago | |
| arm_math_types_f16.h | 4 years ago | |
| arm_mve_tables.h | 4 years ago | |
| arm_mve_tables_f16.h | 4 years ago | |
| arm_vec_math.h | 5 years ago | |
| arm_vec_math_f16.h | 5 years ago | |