[cfe-commits] r123183 - /cfe/trunk/docs/UsersManual.html
Bob Wilson
bob.wilson at apple.com
Mon Jan 10 09:55:14 PST 2011
Author: bwilson
Date: Mon Jan 10 11:55:14 2011
New Revision: 123183
URL: http://llvm.org/viewvc/llvm-project?rev=123183&view=rev
Log:
NEON vector support for ARM is in pretty good shape now. Update the docs.
Modified:
cfe/trunk/docs/UsersManual.html
Modified: cfe/trunk/docs/UsersManual.html
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/docs/UsersManual.html?rev=123183&r1=123182&r2=123183&view=diff
==============================================================================
--- cfe/trunk/docs/UsersManual.html (original)
+++ cfe/trunk/docs/UsersManual.html Mon Jan 10 11:55:14 2011
@@ -961,15 +961,8 @@
<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>
More information about the cfe-commits
mailing list