Altvec -> Altivec.
authorDuncan Sands <baldrick@free.fr>
Mon, 4 Oct 2010 09:11:50 +0000 (09:11 +0000)
committerDuncan Sands <baldrick@free.fr>
Mon, 4 Oct 2010 09:11:50 +0000 (09:11 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@115499 91177308-0d34-0410-b5e6-96231b3b80d8

docs/ReleaseNotes.html

index b46438399ddead254d19a7c80988fb040b915f51..c6be87577475ca5a68ff9bbc611802818f0cb3a8 100644 (file)
@@ -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>