What share of Android devices benefits from Libjpeg-turbo optimisations?
问题 The libjpeg-turbo project "uses SIMD instructions (MMX, SSE2, NEON) to accelerate baseline JPEG compression and decompression on x86, x86-64, and ARM systems". What sort of share of the Android device space supports these instructions and hence would get a speed benefit from using this library? (I will be decompressing jpegs in native code accessed via NDK.) 回答1: The vast majority of Android devices in the market use some flavor of ARM CPU. High end phones (e.g. HTC Sensation) tend to use ARM