mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-14 11:32:34 +00:00
Another entry
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@28370 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
adbc9b7f88
commit
c8999f2a0a
@ -1183,3 +1183,12 @@ _foo:
|
|||||||
shll $24, %eax
|
shll $24, %eax
|
||||||
sarl $24, %eax
|
sarl $24, %eax
|
||||||
ret
|
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
Block a user