On Wed, Sep 15, 2010, Michael Hope wrote:
GLIBC a mechanism for picking the best routines to use based on the CPU capabilities. This means that GLIBC can include A8 and A9 versions both with and without NEON, Ubuntu can ship all of these versions, and the dynamic linker can choose the best one based on the chip it is running on.
Actually I understand STT_GNU_IFUNC would allow that, we just lack a good test