From: Bob Wilson Date: Mon, 10 Jan 2011 17:55:14 +0000 (+0000) Subject: NEON vector support for ARM is in pretty good shape now. Update the docs. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4ea8dfa5d685f8bfd0c85ff330e9225919a7c1eb;p=clang NEON vector support for ARM is in pretty good shape now. Update the docs. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@123183 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/UsersManual.html b/docs/UsersManual.html index 51b33bd5ec..bad9bae8db 100644 --- a/docs/UsersManual.html +++ b/docs/UsersManual.html @@ -961,15 +961,8 @@ compile many large C, C++, Objective-C, and Objective-C++ codebases.

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.

- -

It is not quite feature complete, the following areas still need work:

- +Objective-C, and Objective-C++ codebases. Clang only supports a limited number +of ARM architectures. It does not yet fully support ARMv5, for example.

Other platforms