您的位置:首页 > 移动开发 > Android开发

android ndk CPUs and Architectures

2015-10-10 14:06 489 查看


CPUs and Architectures  cpu和架构

When you're working with native code, hardware matters. The NDK lets you ensure you're compiling for the right architectures and CPUs by giving you a variety of ABIs from which to choose.
This section begins by explaining how to target specific architectures and CPUs.
It then provides information you need to know when targeting the ARM family of CPUs and architectures. Next, it provides information
about the other CPUs and architectures that it supports: NEON, x86 (32-bit and 64-bit),
and MIPS. Finally, it explains how to use the 
cpufeatures
 library,
which your app can use to query a given CPU and architecture about the optional features they support.
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签:  ndk