diff options
author | Duncan Sands <baldrick@free.fr> | 2007-09-27 08:24:36 +0000 |
---|---|---|
committer | Duncan Sands <baldrick@free.fr> | 2007-09-27 08:24:36 +0000 |
commit | 97f214ce97a21d38fbd37ebbd72f9f10cb2e6d9f (patch) | |
tree | 475347f8557391ef55f79e2cf3898d9e2e3be50b | |
parent | 20acdce0ed6c33ec14d60fb26e0735f379467de0 (diff) |
SSSE3 -> SSE3. Reported by Alex Kellett.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@42392 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | docs/ReleaseNotes.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html index d48883a7cc..0737be4507 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 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> |