From 7fa58c38c0be548fb6367bbbc6598d565f5e6e7b Mon Sep 17 00:00:00 2001 From: Evan Cheng Date: Wed, 17 May 2006 21:20:51 +0000 Subject: [PATCH] Another entry llvm-svn: 28370 --- llvm/lib/Target/X86/README.txt | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/llvm/lib/Target/X86/README.txt b/llvm/lib/Target/X86/README.txt index 2f844cee410c..1ace55927c4a 100644 --- a/llvm/lib/Target/X86/README.txt +++ b/llvm/lib/Target/X86/README.txt @@ -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.