Closed GoogleCodeExporter closed 8 years ago
libyuv_neon.a is not expected... the functions were moved into libyuv.a
Original comment by fbarch...@chromium.org
on 18 Feb 2016 at 5:46
For 64 bit, Neon is always available, so it didnt make sense to have 2
libraries.
For 32 bit, there are legacy CPUs that never have Neon, but the vast majority
do. The complexity of having 2 libraries, one built with neon and one without,
was causing more performance problems than it was solving. So now the library
must be built entirely with Neon, or without.
The source code still allows the old way of building, if you want to roll your
own build files.
Remove libyuv_neon.a from any links you do in your projects.
Original comment by fbarch...@google.com
on 19 Feb 2016 at 1:48
Original issue reported on code.google.com by
libinqua...@gmail.com
on 18 Feb 2016 at 3:03