-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
will OpenBLAS optimized with arm-neon ? #854
Comments
See wernsaar's answers in #562 please. |
We used neon for ARMv8 architecture. |
Oops. Perhaps someone knowledgeable could add a section on hardfp vs softfp vs neon to the arm/android page of the wiki then ? |
On Armv8, we use asimd, which is the successor of neon |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
it looks neon is more quick than vfp [http://stackoverflow.com/questions/4097034/arm-cortex-a8-whats-the-difference-between-vfp-and-neon]
so,is there any plan to optimize kernel with arm-neon ?
The text was updated successfully, but these errors were encountered: