-
Notifications
You must be signed in to change notification settings - Fork 85
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
arm64-v8a build fail with missing neon intrinsics #6
Comments
Changing the line number 130 in pngpriv.h form define PNG_ARM_NEON_OPT 2to define PNG_ARM_NEON_OPT 0will avoid neon optimization in arm and will fix the bug |
@mlknz Merged the PR, thanks ! |
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
Hi, your distribution is missing the libpng arm directory, so when building for arm64-v8a architectures which support NEON, the build fails with 'undefined reference to 'png_init_filter_functions_neon'
The text was updated successfully, but these errors were encountered: