1
0
Fork 0
mirror of https://github.com/BLAKE3-team/BLAKE3 synced 2024-05-12 10:36:15 +02:00

Put PBLENDW masks in the RDATA section

Previously, these masks were undefined because they were outside of the RDATA section.
This commit is contained in:
Matthew Krupcale 2020-08-24 21:26:41 -04:00
parent 00849f8625
commit e581035bd3

View File

@ -2397,10 +2397,10 @@ BLAKE3_BLOCK_LEN:
CMP_MSB_MASK:
dd 8 dup(80000000H)
_RDATA ENDS
END
PBLENDW_0xCC_MASK:
dd 00000000H, FFFFFFFFH, 00000000H, FFFFFFFFH
PBLENDW_0xC0_MASK:
dd 00000000H, 00000000H, 00000000H, FFFFFFFFH
_RDATA ENDS
END