ARM-software / CMSIS-DSP

CMSIS-DSP embedded compute library for Cortex-M and Cortex-A
https://arm-software.github.io/CMSIS-DSP
Apache License 2.0
454 stars 122 forks source link

Element-wise division #155

Closed dalim-winegard closed 4 months ago

dalim-winegard commented 4 months ago

Hi,

Just wanted to check and see if there ever was an element-wise division function implemented in CMSIS DSP.

Thanks.

christophe0606 commented 4 months ago

@dalim-winegard Hi, No because there is no way to accelerate it on Cortex-M. I mean it would be equivalent to a normal C loop. So we did not consider this function for inclusion in the library.

dalim-winegard commented 4 months ago

@christophe0606 Noted, thanks for your answer!