comment fix
This commit is contained in:
parent
65563b0e79
commit
e029213c51
1 changed files with 1 additions and 1 deletions
|
|
@ -812,7 +812,7 @@ inner_loop:
|
|||
; 256 * 256 * h1 * h2
|
||||
imul8 result + 2, arg1 + 1, arg2 + 1, xe ; 81-92 or 50-55
|
||||
|
||||
; 256 * h1 * l1
|
||||
; 256 * h1 * l2
|
||||
imul8 inter, arg1 + 1, arg2, xe ; 81-92 or 50-55
|
||||
add16 result + 1, result + 1, inter ; 20 cyc
|
||||
add_carry result + 3 ; 2-7 cyc
|
||||
|
|
|
|||
Loading…
Reference in a new issue