Another entry

llvm-svn: 28370
This commit is contained in:
Evan Cheng 2006-05-17 21:20:51 +00:00
parent 1df84eb2d1
commit 7fa58c38c0
1 changed files with 9 additions and 0 deletions

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.