Another entry
authorEvan Cheng <evan.cheng@apple.com>
Wed, 17 May 2006 21:20:51 +0000 (21:20 +0000)
committerEvan Cheng <evan.cheng@apple.com>
Wed, 17 May 2006 21:20:51 +0000 (21:20 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@28370 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/X86/README.txt

index 2f844cee410c1d6145f69310985f369f0648d8fe..1ace55927c4ab6a17b190d86bf215a33361e1570 100644 (file)
@@ -1183,3 +1183,12 @@ _foo:
        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.