diff options
author | Douglas Gregor <dgregor@apple.com> | 2010-10-04 21:12:06 +0000 |
---|---|---|
committer | Douglas Gregor <dgregor@apple.com> | 2010-10-04 21:12:06 +0000 |
commit | 3311cf83d4baed8fabf62833770652e91ae4b331 (patch) | |
tree | e25fd646d12434382104724026f5b1ccac2913f8 /docs | |
parent | 6cf6c79e8281835898cd105a30efedd44b554000 (diff) |
Spell AltiVec correctly
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@115560 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-rw-r--r-- | docs/ReleaseNotes.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html index e5607c3096..6344125e10 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 Altivec.</li> + <li>Added support for SSE, 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> |