From a1779909ff97d4d9a9efcb90b881b62b76f3ed04 Mon Sep 17 00:00:00 2001 From: Duncan Sands Date: Thu, 27 Sep 2007 08:24:36 +0000 Subject: [PATCH] SSSE3 -> SSE3. Reported by Alex Kellett. llvm-svn: 42392 --- llvm/docs/ReleaseNotes.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llvm/docs/ReleaseNotes.html b/llvm/docs/ReleaseNotes.html index d48883a7cce4..0737be45074e 100644 --- a/llvm/docs/ReleaseNotes.html +++ b/llvm/docs/ReleaseNotes.html @@ -185,7 +185,7 @@ optimizer, speeding it up and making it more aggressive. For example:

run many small programs, but is still incomplete and is not yet fully performant. -
  • Bill Wendling added SSSE3 support to the X86 backend.
  • +
  • Bill Wendling added SSE3 support to the X86 backend.
  • Nicholas Geoffray contributed improved linux/ppc ABI and JIT support.