Architectures and CPUs
Stay organized with collections
Save and categorize content based on your preferences.
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 explains how to target specific
architectures and CPUs at build time,
how to use ARM Neon extensions,
and how the CPU features library lets you query
optional features at run-time.
Content and code samples on this page are subject to the licenses described in the Content License. Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.
Last updated 2020-08-17 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2020-08-17 UTC."],[],[],null,["# Architectures and CPUs\n\nWhen you're working with native code, hardware matters. The NDK lets you ensure\nyou're compiling for the right architectures and CPUs by giving you a variety\nof ABIs from which to choose.\n\nThis section explains how to target specific\n[architectures and CPUs](/ndk/guides/abis) at build time,\nhow to use ARM [Neon extensions](/ndk/guides/cpu-arm-neon),\nand how the [CPU features](/ndk/guides/cpu-features) library lets you query\noptional features at run-time."]]