mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-08-01 23:40:28 +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
|
@ -34,7 +34,7 @@
|
|||
#include "libc/macros.internal.h"
|
||||
|
||||
.text
|
||||
.align 32
|
||||
.balign 32
|
||||
.ident "\n\
|
||||
Intel SHA-NI (BSD-3 License)\n\
|
||||
Copyright 2015 Intel Corporation\n\
|
||||
|
@ -276,11 +276,11 @@ sha1_transform_ni:
|
|||
.endfn sha1_transform_ni,globl
|
||||
|
||||
.section .rodata.cst16.PSHUFFLE_BYTE_FLIP_MASK, "aM", @progbits, 16
|
||||
.align 16
|
||||
.balign 16
|
||||
PSHUFFLE_BYTE_FLIP_MASK:
|
||||
.octa 0x000102030405060708090a0b0c0d0e0f
|
||||
|
||||
.section .rodata.cst16.UPPER_WORD_MASK, "aM", @progbits, 16
|
||||
.align 16
|
||||
.balign 16
|
||||
UPPER_WORD_MASK:
|
||||
.octa 0xFFFFFFFF000000000000000000000000
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue