Skip to content

Commit 8ed1ce6

Browse files
committed
wolfcrypt/src/wc_mlkem_asm.S: in _mlkem_decompress_5_avx2, use movzwq, not movzxw, for portability.
1 parent 330d6ad commit 8ed1ce6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

wolfcrypt/src/wc_mlkem_asm.S

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15780,7 +15780,7 @@ _mlkem_decompress_5_avx2:
1578015780
vpmulhrsw %ymm1, %ymm0, %ymm0
1578115781
vmovdqu %ymm0, 448(%rdi)
1578215782
vmovq 150(%rsi), %xmm0
15783-
movzxw 158(%rsi), %rdx
15783+
movzwq 158(%rsi), %rdx
1578415784
vpinsrq $0x01, %rdx, %xmm0, %xmm0
1578515785
vinserti128 $0x01, %xmm0, %ymm0, %ymm0
1578615786
vpshufb %ymm2, %ymm0, %ymm0

0 commit comments

Comments
 (0)