[llvm-commits] CVS: llvm/lib/Target/X86/README.txt
Evan Cheng
evan.cheng at apple.com
Wed May 17 14:21:04 PDT 2006
Changes in directory llvm/lib/Target/X86:
README.txt updated: 1.105 -> 1.106
---
Log message:
Another entry
---
Diffs of the changes: (+9 -0)
README.txt | 9 +++++++++
1 files changed, 9 insertions(+)
Index: llvm/lib/Target/X86/README.txt
diff -u llvm/lib/Target/X86/README.txt:1.105 llvm/lib/Target/X86/README.txt:1.106
--- llvm/lib/Target/X86/README.txt:1.105 Wed May 17 14:05:31 2006
+++ llvm/lib/Target/X86/README.txt Wed May 17 16:20:51 2006
@@ -1183,3 +1183,12 @@
shll $24, %eax
sarl $24, %eax
ret
+
+//===---------------------------------------------------------------------===//
+
+Some useful information in the Apple Altivec / SSE Migration Guide:
+
+http://developer.apple.com/documentation/Performance/Conceptual/
+Accelerate_sse_migration/index.html
+
+e.g. SSE select using and, andnot, or. Various SSE compare translations.
More information about the llvm-commits
mailing list