Another entry

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@28370 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Evan Cheng 2006-05-17 21:20:51 +00:00
parent adbc9b7f88
commit c8999f2a0a

View 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.