diff options
author | Evan Cheng <evan.cheng@apple.com> | 2006-05-30 23:56:31 +0000 |
---|---|---|
committer | Evan Cheng <evan.cheng@apple.com> | 2006-05-30 23:56:31 +0000 |
commit | 5a472821492e04d1f0909b16128554a126f0d12d (patch) | |
tree | 31fe9a74381fc8332c7863c520c13490bc1b6854 /lib/Target/X86/README-SSE.txt | |
parent | b5e406afc3aae49eb86cd69c8752ed06957169b0 (diff) | |
download | external_llvm-5a472821492e04d1f0909b16128554a126f0d12d.zip external_llvm-5a472821492e04d1f0909b16128554a126f0d12d.tar.gz external_llvm-5a472821492e04d1f0909b16128554a126f0d12d.tar.bz2 |
A new entry
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@28579 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/X86/README-SSE.txt')
-rw-r--r-- | lib/Target/X86/README-SSE.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/Target/X86/README-SSE.txt b/lib/Target/X86/README-SSE.txt index 123446f..ecf846c 100644 --- a/lib/Target/X86/README-SSE.txt +++ b/lib/Target/X86/README-SSE.txt @@ -660,3 +660,7 @@ http://developer.apple.com/documentation/Performance/Conceptual/ Accelerate_sse_migration/index.html e.g. SSE select using and, andnot, or. Various SSE compare translations. + +//===---------------------------------------------------------------------===// + +Add hooks to commute some CMPP operations. |