summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorDuncan Sands <baldrick@free.fr>2010-10-04 09:11:50 +0000
committerDuncan Sands <baldrick@free.fr>2010-10-04 09:11:50 +0000
commit051f2ee5c7b54263f7f86d5ce4220670e54cb9e2 (patch)
tree48fc70e3b056665e7f9b251eb097da660055c408 /docs
parentf2409d540a8099eb871eceaad2b57bf1ce724c6c (diff)
downloadllvm-051f2ee5c7b54263f7f86d5ce4220670e54cb9e2.tar.gz
llvm-051f2ee5c7b54263f7f86d5ce4220670e54cb9e2.tar.bz2
llvm-051f2ee5c7b54263f7f86d5ce4220670e54cb9e2.tar.xz
Altvec -> Altivec.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@115499 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-rw-r--r--docs/ReleaseNotes.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html
index b46438399d..c6be875774 100644
--- a/docs/ReleaseNotes.html
+++ b/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 Altvec.</li>
+ <li>Added support for SSE, ARM NEON, and Altivec.</li>
<li>Implemented support for blocks in C++.</li>
<li>Implemented precompiled headers for C++.</li>
<li>Improved abstract syntax trees to retain more accurate source information.</li>