forked from OSchip/llvm-project
parent
1df84eb2d1
commit
7fa58c38c0
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue