From 3275ea3f1deb53d13cdf1793684aaca33b4d6bbf Mon Sep 17 00:00:00 2001 From: Bill Wendling Date: Thu, 27 Sep 2007 08:47:31 +0000 Subject: [PATCH] No, really, it *is* SSSE3. ;-) llvm-svn: 42393 --- docs/ReleaseNotes.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html index 0737be45074..d48883a7cce 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 SSE3 support to the X86 backend.
  • +
  • Bill Wendling added SSSE3 support to the X86 backend.
  • Nicholas Geoffray contributed improved linux/ppc ABI and JIT support.