-
Notifications
You must be signed in to change notification settings - Fork 32
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Improve performance with ARM SIMD on Cortex-M4 and more powerfull cores #82
Comments
Hi @SledgeH . Thanks for raising an issue! Can you please elaborate more on what you are after? I had a look into what https://github.com/ARM-software/CMSIS/blob/master/CMSIS/Include/arm_math.h |
Yes it is. The aim (one of main) of This is actual for ARM cores with SIMD ability CM3 and CM4 and may be CM7. |
@SledgeH , o.k., so it allows you to do parallel processing, as long as the instruction is the same. How do you see this as being a benefit to this library? What is a real-world example of what you want to call in code, and what to expect in return? |
Now I think it is enough to add C++ bindings for arm_math and pass Q classes to the math functions, which will convert ninja Q to arm Q. |
Let's discuss how can we improve the performance of this library. I expect to use
arm_math.h
rather than ASM.The text was updated successfully, but these errors were encountered: