You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For example ARM Cortex-M4 is 32-bit core. It has 32-bit FPU and can multiply and divide float values in one instruction. But operating with double values is much less efficient. So let's discuss and decide what should be changed to make float default type for the DspFilters library. Please help. Thank you.
The text was updated successfully, but these errors were encountered:
For example ARM Cortex-M4 is 32-bit core. It has 32-bit FPU and can multiply and divide float values in one instruction. But operating with double values is much less efficient. So let's discuss and decide what should be changed to make
float
default type for theDspFilters
library. Please help. Thank you.The text was updated successfully, but these errors were encountered: