[llvm-commits] [llvm] r115566 - /llvm/trunk/docs/ReleaseNotes.html
Bruno Cardoso Lopes
bruno.cardoso at gmail.com
Mon Oct 4 15:07:22 PDT 2010
Author: bruno
Date: Mon Oct 4 17:07:22 2010
New Revision: 115566
URL: http://llvm.org/viewvc/llvm-project?rev=115566&view=rev
Log:
AVX intrinsics and builtins were also added to clang
Modified:
llvm/trunk/docs/ReleaseNotes.html
Modified: llvm/trunk/docs/ReleaseNotes.html
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/ReleaseNotes.html?rev=115566&r1=115565&r2=115566&view=diff
==============================================================================
--- llvm/trunk/docs/ReleaseNotes.html (original)
+++ llvm/trunk/docs/ReleaseNotes.html Mon Oct 4 17:07:22 2010
@@ -126,7 +126,7 @@
<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>
More information about the llvm-commits
mailing list