Skip to content

Commit

Permalink
fix fnt_257_dilithium selftest (add.w r0, #<imm> -> add.w r0, r0, #<imm>
Browse files Browse the repository at this point in the history
  • Loading branch information
mkannwischer committed Dec 12, 2024
1 parent 149444b commit d6bb231
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/naive/armv7m/fnt_257_dilithium.s
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ __asm_fnt_257:
final_butterfly r4, s17, s9, r1, r12, r2, r3, r14
str.w r12, [r0, #(4*0*width+2*width)]
str.w r1, [r0], #width
add.w r0, #((32-2)*width)
add.w r0, r0, #((32-2)*width)

vmov r12, s25
cmp.w r0, r12
Expand Down

0 comments on commit d6bb231

Please sign in to comment.