1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2025-01-31 20:51:52 +01:00

No, really, it *is* SSSE3. ;-)

llvm-svn: 42393
This commit is contained in:
Bill Wendling 2007-09-27 08:47:31 +00:00
parent 2d92d29632
commit 3275ea3f1d

View File

@ -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 SSE3 support to the X86 backend.</li>
<li>Bill Wendling added SSSE3 support to the X86 backend.</li>
<li>Nicholas Geoffray contributed improved linux/ppc ABI and JIT support.</li>