We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
求问为啥后面的neon指令看上去并没有加速很多?这里面的原因是为啥?
The text was updated successfully, but these errors were encountered:
其实加速收益很大部分来自于行列分离,就是 算法上的改进,。因为编译器也会自己用上一些向量化的指令,而且boxfiler也没有什么复杂的计算,所以再加上neon指令收益就不大了。
Sorry, something went wrong.
No branches or pull requests
求问为啥后面的neon指令看上去并没有加速很多?这里面的原因是为啥?
The text was updated successfully, but these errors were encountered: