summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBruno Cardoso Lopes <bruno.cardoso@gmail.com>2010-10-04 22:07:22 +0000
committerBruno Cardoso Lopes <bruno.cardoso@gmail.com>2010-10-04 22:07:22 +0000
commit3ae4d87d6f3737089510c20f5f9b0080adf44e8b (patch)
treec4b0714460b2412c67b75adce46a13a596d88546
parent44b8bf0f5bb9e347e6d4357571eed7b7fac25332 (diff)
downloadbcm5719-llvm-3ae4d87d6f3737089510c20f5f9b0080adf44e8b.tar.gz
bcm5719-llvm-3ae4d87d6f3737089510c20f5f9b0080adf44e8b.zip
AVX intrinsics and builtins were also added to clang
llvm-svn: 115566
-rw-r--r--llvm/docs/ReleaseNotes.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/docs/ReleaseNotes.html b/llvm/docs/ReleaseNotes.html
index 6344125e106..820fb3cdb33 100644
--- a/llvm/docs/ReleaseNotes.html
+++ b/llvm/docs/ReleaseNotes.html
@@ -126,7 +126,7 @@ production-quality compiler for C, Objective-C, C++ and Objective-C++ on x86
<li>Introduced many new warnings, including <code>-Wmissing-field-initializers</code>, <code>-Wshadow</code>, <code>-Wno-protocol</code>, <code>-Wtautological-compare</code>, <code>-Wstrict-selector-match</code>, <code>-Wcast-align</code>, <code>-Wunused</code> improvements, and greatly improved format-string checking.</li>
<li>Introduced the "libclang" library, a C interface to Clang intended to support IDE clients.</li>
<li>Added support for <code>#pragma GCC visibility</code>, <code>#pragma align</code>, and others.</li>
- <li>Added support for SSE, ARM NEON, and AltiVec.</li>
+ <li>Added support for SSE, AVX, ARM NEON, and AltiVec.</li>
<li>Improved support for many Microsoft extensions.</li>
<li>Implemented support for blocks in C++.</li>
<li>Implemented precompiled headers for C++.</li>
OpenPOWER on IntegriCloud