[llvm-commits] [llvm] r42392 - /llvm/trunk/docs/ReleaseNotes.html
Duncan Sands
baldrick at free.fr
Thu Sep 27 01:24:36 PDT 2007
Author: baldrick
Date: Thu Sep 27 03:24:36 2007
New Revision: 42392
URL: http://llvm.org/viewvc/llvm-project?rev=42392&view=rev
Log:
SSSE3 -> SSE3. Reported by Alex Kellett.
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=42392&r1=42391&r2=42392&view=diff
==============================================================================
--- llvm/trunk/docs/ReleaseNotes.html (original)
+++ llvm/trunk/docs/ReleaseNotes.html Thu Sep 27 03:24:36 2007
@@ -185,7 +185,7 @@
run many small programs, but is still incomplete and is not yet
fully performant.</li>
-<li>Bill Wendling added SSSE3 support to the X86 backend.</li>
+<li>Bill Wendling added SSE3 support to the X86 backend.</li>
<li>Nicholas Geoffray contributed improved linux/ppc ABI and JIT support.</li>
More information about the llvm-commits
mailing list