From: Duncan Sands Date: Thu, 27 Sep 2007 08:24:36 +0000 (+0000) Subject: SSSE3 -> SSE3. Reported by Alex Kellett. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=97f214ce97a21d38fbd37ebbd72f9f10cb2e6d9f;p=oota-llvm.git SSSE3 -> SSE3. Reported by Alex Kellett. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@42392 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html index d48883a7cce..0737be45074 100644 --- a/docs/ReleaseNotes.html +++ b/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.