aboutsummaryrefslogtreecommitdiffstats
path: root/docs/ReleaseNotes.html
diff options
context:
space:
mode:
authorBill Wendling <isanbard@gmail.com>2007-09-27 08:47:31 +0000
committerBill Wendling <isanbard@gmail.com>2007-09-27 08:47:31 +0000
commitaf8d31e40ae152627744311ea37927f2b4563e06 (patch)
tree8fcccab15ff4ef4b4175b75d098155dbffe26786 /docs/ReleaseNotes.html
parente794e041a6a80d2345bdb8d5cc28e832b8b040e3 (diff)
downloadexternal_llvm-af8d31e40ae152627744311ea37927f2b4563e06.zip
external_llvm-af8d31e40ae152627744311ea37927f2b4563e06.tar.gz
external_llvm-af8d31e40ae152627744311ea37927f2b4563e06.tar.bz2
No, really, it *is* SSSE3. ;-)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@42393 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/ReleaseNotes.html')
-rw-r--r--docs/ReleaseNotes.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html
index 0737be4..d48883a 100644
--- a/docs/ReleaseNotes.html
+++ b/docs/ReleaseNotes.html
@@ -185,7 +185,7 @@ optimizer, speeding it up and making it more aggressive. For example:</p>
run many small programs, but is still incomplete and is not yet
fully performant.</li>
-<li>Bill Wendling added SSE3 support to the X86 backend.</li>
+<li>Bill Wendling added SSSE3 support to the X86 backend.</li>
<li>Nicholas Geoffray contributed improved linux/ppc ABI and JIT support.</li>