mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-08-02 16:00: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
|
@ -432,7 +432,7 @@ Copyright 2014 Intel Corporation\n"
|
|||
ADD_IF_GE BUFFER_PTR2, BLOCKS_CTR, 4, 128
|
||||
xchg WK_BUF, PRECALC_BUF
|
||||
|
||||
.align 32
|
||||
.balign 32
|
||||
.L_loop:
|
||||
|
||||
// code loops through more than one block
|
||||
|
@ -440,10 +440,10 @@ Copyright 2014 Intel Corporation\n"
|
|||
// it is set below by: cmovae BUFFER_PTR, K_BASE
|
||||
test BLOCKS_CTR, BLOCKS_CTR
|
||||
jnz .L_begin
|
||||
.align 32
|
||||
.balign 32
|
||||
jmp .L_end
|
||||
|
||||
.align 32
|
||||
.balign 32
|
||||
.L_begin:
|
||||
|
||||
// process first block
|
||||
|
@ -562,7 +562,7 @@ Copyright 2014 Intel Corporation\n"
|
|||
|
||||
jmp .L_loop
|
||||
|
||||
.align 32
|
||||
.balign 32
|
||||
.L_end:
|
||||
|
||||
.endm
|
||||
|
@ -574,7 +574,7 @@ Copyright 2014 Intel Corporation\n"
|
|||
#define K3 0x8f1bbcdc
|
||||
#define K4 0xca62c1d6
|
||||
|
||||
.align 128
|
||||
.balign 128
|
||||
K_XMM_AR:
|
||||
.long K1,K1,K1,K1
|
||||
.long K1,K1,K1,K1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue