Closed GoogleCodeExporter closed 9 years ago
arm64 has a totally different instruction set.
See: http://people.linaro.org/~rikuvoipio/aarch64-talk/
The NEON assembly code needs a rewrite.
Meanwhile, this patch should be ok for disabling the faulty assembly code in
libwebp:
https://gerrit.chromium.org/gerrit/68498
Original comment by pascal.m...@gmail.com
on 23 Jan 2014 at 1:05
Yes, adding that if statement to not use the NEON assembly code did the trick.
I was able to build for iOS arm64 that way. Thanks!
Original comment by versae...@gmail.com
on 24 Jan 2014 at 3:46
patch has been submitted. closing the bug.
going forward, the mid-term plan is to switch NEON code to intrinsics and have
automagic support for arm64 this way (instead of re-writing the ASM).
Original comment by pascal.m...@gmail.com
on 24 Jan 2014 at 7:49
Original issue reported on code.google.com by
versae...@gmail.com
on 2 Jan 2014 at 5:57