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
-DANDROID_ABI="armeabi-v7a with NEON"这个模式下编译没有问题,可以正常生成并运行。
DANDROID_ABI="armeabi-v7a with NEON",ndk是不是不支持hard模式armeabi-v7a-hard with NEON呀?我用这个编译,发现想要查找的ndk包含目录中没有armeabi-v7a-hard文件夹,只有armeabi-v7a文件夹 ,所以造成最终报错
The text was updated successfully, but these errors were encountered:
问题解决了,我用的NDK版本是r15b, 从r14开始,ANDROID_ABI就不支持armeabi-v7a-hard了。 切换成r10e,正常编译生成和执行了。 本来想试试hardfp是不是能快一点儿,不过好像并没有,可能是因为数据是float*类型的?
armeabi-v7a with NEON,lightCNN 200次的平均值147ms armeabi-v7a-hard with NEON, lightCNN 200次的平均值145ms
Sorry, something went wrong.
最耗时的代码都已经汇编实现了,编译参数的优化很有限
在哪个地方配置 armeabi-v7a with NEON
No branches or pull requests
-DANDROID_ABI="armeabi-v7a with NEON"这个模式下编译没有问题,可以正常生成并运行。
DANDROID_ABI="armeabi-v7a with NEON",ndk是不是不支持hard模式armeabi-v7a-hard with NEON呀?我用这个编译,发现想要查找的ndk包含目录中没有armeabi-v7a-hard文件夹,只有armeabi-v7a文件夹 ,所以造成最终报错
The text was updated successfully, but these errors were encountered: