Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit eed8e782 authored by David Friedman's avatar David Friedman Committed by Android Git Automerger
Browse files

am dd4dc4a0: resolved conflicts for merge of 7044ee16 to mnc-preview-docs

* commit 'dd4dc4a0':
  Docs: Final CL for NDK-docs-onto-DAC, pulling all files into a single CL.
parents d2632a83 dd4dc4a0
Loading
Loading
Loading
Loading
+24 −3
Original line number Diff line number Diff line
ndk=true
page.template=sdk

ndk.mac64_download=android-ndk-r10e-darwin-x86_64.bin
ndk.mac64_bytes=388937326
ndk.mac64_checksum=2cb8893a5701603519d38a7e04c50e81

ndk.linux64_download=android-ndk-r10e-linux-x86_64.bin
ndk.linux64_bytes=401522849
ndk.linux64_checksum=19af543b068bdb7f27787c2bc69aba7f

ndk.linux32_download=android-ndk-r10e-linux-x86.bin
ndk.linux32_bytes=394281908
ndk.linux32_checksum=c3edd3273029da1cbd2f62c48249e978

ndk.win64_download=android-ndk-r10e-windows-x86_64.exe
ndk.win64_bytes=419616132
ndk.win64_checksum=8412bb4991a95e08fda50b5a44d95df7

ndk.win32_download=android-ndk-r10e-windows-x86.exe
ndk.win32_bytes=396563176
ndk.win32_checksum=1a82445baaf62aec3a46386ab1e5772c

page.title=NDK Downloads
@jd:body
 No newline at end of file

<p>downloads
 No newline at end of file
+493 −0

File added.

Preview size limit exceeded, changes collapsed.

+891 −0

File added.

Preview size limit exceeded, changes collapsed.

+241 −0

File added.

Preview size limit exceeded, changes collapsed.

+31 −0
Original line number Diff line number Diff line
page.title=Architectures and CPUs
@jd:body

<div class="contents">
<div class="textblock"><p>This section includes detailed information about ABIs and detailed information on support for respective instruction sets. It includes these topics:</p>
<ul>
<li><a href="./md_3__key__topics__c_p_u__support__chapter_1-section_8__a_b_is.html">ABI Management</a><ul>
<li>Different ABIs support different CPUs and processing capabilities.</li>
</ul>
</li>
<li><a href="./md_3__key__topics__c_p_u__support__c_p_u-_a_r_m-_n_e_o_n.html">Neon</a><ul>
<li>Details about targeting devices whose CPUs support Neon, or Advanced SIMD. Neon is an optional extension of the armv7 architecture.</li>
</ul>
</li>
<li><a href="./md_3__key__topics__c_p_u__support__c_p_u-_m_i_p_s.html">Mips</a><ul>
<li>Details about targeting devices with CPUs supporting the MIPS32 instruction set.</li>
</ul>
</li>
<li><a href="./md_3__key__topics__c_p_u__support__c_p_u-_x86.html">x86</a><ul>
<li>Details about targeting devices with CPUs supporting the IA-32 instruction set.</li>
</ul>
</li>
<li><a href="./md_3__key__topics__c_p_u__support__c_p_u-_x86-64.html">x86-64</a><ul>
<li>Details about targeting devices whose CPUs support the x86-64 instruction set.</li>
</ul>
</li>
<li><a href="./md_3__key__topics__c_p_u__support__c_p_u-_f_e_a_t_u_r_e_s.html">CPU Features</a><ul>
<li>A small library that detects the target device's CPU family and supported features. </li>
</ul>
</li>
</ul>
 No newline at end of file
Loading