From c8999f2a0a2b8aaa2c7d5e839633ecc230f7926a Mon Sep 17 00:00:00 2001 From: Evan Cheng Date: Wed, 17 May 2006 21:20:51 +0000 Subject: [PATCH] Another entry git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@28370 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Target/X86/README.txt | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/lib/Target/X86/README.txt b/lib/Target/X86/README.txt index 2f844cee410..1ace55927c4 100644 --- a/lib/Target/X86/README.txt +++ b/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. -- 2.34.1