1
0
Fork 0
mirror of https://github.com/BLAKE3-team/BLAKE3 synced 2024-04-25 14:55:10 +02:00

Correct section names on Windows GNU assembly

This commit is contained in:
namazso 2023-01-23 11:32:30 +01:00 committed by Jack O'Connor
parent 606a5825d9
commit c303437aab
4 changed files with 4 additions and 4 deletions

View File

@ -1784,7 +1784,7 @@ blake3_hash_many_avx2:
vmovdqu xmmword ptr [rbx+0x10], xmm1
jmp 4b
.section .rodata
.section .rdata
.p2align 6
ADD0:
.long 0, 1, 2, 3, 4, 5, 6, 7

View File

@ -2587,7 +2587,7 @@ blake3_compress_xof_avx512:
add rsp, 72
ret
.section .rodata
.section .rdata
.p2align 6
INDEX0:
.long 0, 1, 2, 3, 16, 17, 18, 19

View File

@ -2301,7 +2301,7 @@ blake3_compress_xof_sse2:
ret
.section .rodata
.section .rdata
.p2align 6
BLAKE3_IV:
.long 0x6A09E667, 0xBB67AE85

View File

@ -2042,7 +2042,7 @@ blake3_compress_xof_sse41:
ret
.section .rodata
.section .rdata
.p2align 6
BLAKE3_IV:
.long 0x6A09E667, 0xBB67AE85