forked from OSchip/llvm-project
NEON vector support for ARM is in pretty good shape now. Update the docs.
llvm-svn: 123183
This commit is contained in:
parent
b94a6177fc
commit
ce3ee6539e
|
@ -961,15 +961,8 @@ compile many large C, C++, Objective-C, and Objective-C++ codebases.</p>
|
|||
|
||||
<p>The support for ARM (specifically ARMv6 and ARMv7) is considered stable on
|
||||
Darwin (iOS): it has been tested to correctly compile many large C, C++,
|
||||
Objective-C, and Objective-C++ codebases.</p>
|
||||
|
||||
<p>It is not quite feature complete, the following areas still need work:</p>
|
||||
<ul>
|
||||
<li>Vector support (NEON in particular) is not yet well tested and may have
|
||||
ABI errors.</li>
|
||||
<li>Clang only supports a limited number of ARM architectures. It does not yet
|
||||
fully support ARMv5, for example.</li>
|
||||
</ul>
|
||||
Objective-C, and Objective-C++ codebases. Clang only supports a limited number
|
||||
of ARM architectures. It does not yet fully support ARMv5, for example.</p>
|
||||
|
||||
<!-- ======================== -->
|
||||
<h4 id="target_arch_other">Other platforms</h4>
|
||||
|
|
Loading…
Reference in New Issue