mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-07-08 20:28:30 +00:00
Make progress towards aarch64 build
This commit is contained in:
parent
08ff26c817
commit
ca2860947f
15428 changed files with 25694 additions and 23138 deletions
4
third_party/stb/ycbcr-sse2.S
vendored
4
third_party/stb/ycbcr-sse2.S
vendored
|
@ -18,7 +18,7 @@
|
|||
╚─────────────────────────────────────────────────────────────────────────────*/
|
||||
#include "libc/macros.internal.h"
|
||||
|
||||
.align 16
|
||||
.balign 16
|
||||
stbi__YCbCr_to_RGB_row$sse2:
|
||||
.leafprologue
|
||||
.profilable
|
||||
|
@ -32,7 +32,7 @@ stbi__YCbCr_to_RGB_row$sse2:
|
|||
movdqa 5f(%rip),%xmm10
|
||||
movdqa 6f(%rip),%xmm4
|
||||
movdqa 7f(%rip),%xmm5
|
||||
.align 16
|
||||
.balign 16
|
||||
0: movq (%rsi,%rax),%xmm6
|
||||
movq (%rcx,%rax),%xmm7
|
||||
movq (%rdx,%rax),%xmm1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue