Christophe Favergeon
Christophe Favergeon
Current configuration of build (to tune code size) is too complex. It needs to be improved and also to avoid problems like https://github.com/ARM-software/CMSIS_5/issues/1478
If I look at `arm_dot_prod_q15`, the comment of the function is: > The return result is in 34.30 format and the return type is `q63_t` So `q63_t` is here used...
https://github.com/ARM-software/CMSIS_5/issues/1386
https://github.com/ARM-software/CMSIS_5/issues/1275
https://github.com/ARM-software/CMSIS_5/pull/779 CMSIS-DSP is using while loop with decrementing counter. For compiler point of view, it may be easier to use for loop and array indexing. This is also related to...
https://github.com/ARM-software/CMSIS_5/issues/293
https://github.com/ARM-software/CMSIS_5/issues/294
https://github.com/ARM-software/CMSIS_5/issues/420