-
Notifications
You must be signed in to change notification settings - Fork 177
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
Build error of Android armeabi-v7a and x86 of NEON optimization #452
Comments
For the second part of your problem, please do: For the first part, I just don't think our code supports ARMv7. |
Wait, after a second look I think there is some other issue. Could you please describe in detail your build process? |
For the first part the Arm v7 failures are all in my recent code and should be easy to fix, I can reproduce the failures locally so I will look at fixing them. |
I've put up #453 which should fix the compilation errors on 32-bit Arm platforms. Please let me know if there are any remaining compile errors when targeting Arm and I'll take a look. Thanks! |
@MartinEesmaa Any feedback on that? |
Hi, @adamjw24! I will test it out soon later to see if armv7 and x86 of Android build architectures were success or not. :)
|
Hello, @adamjw24. The Android architecture of armeabi-v7a worked fine after fix, especially thanks @georges-arm! Still Android x86 compilation linking error:
Disabling X86 SIMD of Android x86 successfully compiled. Feel free to reply back to me, if you have time! Thanks! :)
|
Hello, as NEON optimization improved of commit for up to 49cb3f5 and 2f25b8a may cause issue build error only for Android architectures of armeabi-v7a and x86.
Using Android NDK r24 outdated.
Only it can solve the problem by disabling ARM simde of Android armeabi-v7a, also disabling SIMD x86 for Android x86 built successfully.
See the full log of armeabi-v7a of Android:
Android x86:
Have a nice day! :)
The text was updated successfully, but these errors were encountered: