Skip to content

Commit

Permalink
Execute build/refresh.sh.
Browse files Browse the repository at this point in the history
  • Loading branch information
dot-asm committed Mar 16, 2024
1 parent 6cca12a commit 757c9f7
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 5 deletions.
1 change: 1 addition & 0 deletions build/coff/sha256-portable-x86_64.s
Original file line number Diff line number Diff line change
Expand Up @@ -1668,6 +1668,7 @@ blst_sha256_block_data_order:
.LSEH_end_blst_sha256_block_data_order:

#ifndef __BLST_PORTABLE__
.section .rdata
.p2align 6

K256:
Expand Down
3 changes: 2 additions & 1 deletion build/coff/sha256-x86_64.s
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.comm __blst_platform_cap,4
.text

.section .rdata
.p2align 6

K256:
Expand All @@ -25,6 +25,7 @@ K256:
.long 0x03020100,0x0b0a0908,0xffffffff,0xffffffff
.long 0xffffffff,0xffffffff,0x03020100,0x0b0a0908
.byte 83,72,65,50,53,54,32,98,108,111,99,107,32,116,114,97,110,115,102,111,114,109,32,102,111,114,32,120,56,54,95,54,52,44,32,67,82,89,80,84,79,71,65,77,83,32,98,121,32,64,100,111,116,45,97,115,109,0
.text
.globl blst_sha256_block_data_order_shaext

.def blst_sha256_block_data_order_shaext; .scl 2; .type 32; .endef
Expand Down
1 change: 1 addition & 0 deletions build/elf/sha256-portable-x86_64.s
Original file line number Diff line number Diff line change
Expand Up @@ -1664,6 +1664,7 @@ blst_sha256_block_data_order:
.size blst_sha256_block_data_order,.-blst_sha256_block_data_order

#ifndef __BLST_PORTABLE__
.section .rodata
.align 64
.type K256,@object
K256:
Expand Down
3 changes: 2 additions & 1 deletion build/elf/sha256-x86_64.s
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.comm __blst_platform_cap,4
.text

.section .rodata
.align 64
.type K256,@object
K256:
Expand All @@ -25,6 +25,7 @@ K256:
.long 0x03020100,0x0b0a0908,0xffffffff,0xffffffff
.long 0xffffffff,0xffffffff,0x03020100,0x0b0a0908
.byte 83,72,65,50,53,54,32,98,108,111,99,107,32,116,114,97,110,115,102,111,114,109,32,102,111,114,32,120,56,54,95,54,52,44,32,67,82,89,80,84,79,71,65,77,83,32,98,121,32,64,100,111,116,45,97,115,109,0
.text
.globl blst_sha256_block_data_order_shaext
.hidden blst_sha256_block_data_order_shaext
.type blst_sha256_block_data_order_shaext,@function
Expand Down
1 change: 1 addition & 0 deletions build/mach-o/sha256-portable-x86_64.s
Original file line number Diff line number Diff line change
Expand Up @@ -1664,6 +1664,7 @@ L$rounds_16_xx:


#ifndef __BLST_PORTABLE__
.section __TEXT,__const
.p2align 6

K256:
Expand Down
3 changes: 2 additions & 1 deletion build/mach-o/sha256-x86_64.s
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.comm ___blst_platform_cap,4
.text

.section __TEXT,__const
.p2align 6

K256:
Expand All @@ -25,6 +25,7 @@ K256:
.long 0x03020100,0x0b0a0908,0xffffffff,0xffffffff
.long 0xffffffff,0xffffffff,0x03020100,0x0b0a0908
.byte 83,72,65,50,53,54,32,98,108,111,99,107,32,116,114,97,110,115,102,111,114,109,32,102,111,114,32,120,56,54,95,54,52,44,32,67,82,89,80,84,79,71,65,77,83,32,98,121,32,64,100,111,116,45,97,115,109,0
.text
.globl _blst_sha256_block_data_order_shaext
.private_extern _blst_sha256_block_data_order_shaext

Expand Down
6 changes: 4 additions & 2 deletions build/win64/sha256-x86_64.asm
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
OPTION DOTNAME
_DATA SEGMENT
COMM __blst_platform_cap:DWORD:1
_DATA ENDS
.text$ SEGMENT ALIGN(256) 'CODE'

_DATA ENDS
.rdata SEGMENT READONLY ALIGN(256)
ALIGN 64

K256::
Expand Down Expand Up @@ -31,6 +31,8 @@ DB 83,72,65,50,53,54,32,98,108,111,99,107,32,116,114,97
DB 110,115,102,111,114,109,32,102,111,114,32,120,56,54,95,54
DB 52,44,32,67,82,89,80,84,79,71,65,77,83,32,98,121
DB 32,64,100,111,116,45,97,115,109,0
.rdata ENDS
.text$ SEGMENT ALIGN(256) 'CODE'
PUBLIC blst_sha256_block_data_order_shaext


Expand Down

0 comments on commit 757c9f7

Please sign in to comment.