Skip to content

Commit 7ef9428

Browse files
authored
Merge pull request #9149 from douzzer/20250829-_mlkem_decompress_5_avx2-movzwq
20250829-_mlkem_decompress_5_avx2-movzwq
2 parents 330d6ad + 8ed1ce6 commit 7ef9428

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)