Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/asm/mulx_mont_256-x86_64.pl
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
# In general Montgomery multiplication algorithm can handle one of the
# inputs being non-reduced and capped by 1<<radix_width, 1<<256 in this
# case, rather than the modulus. Whether or not mul_mont_sparse_256, a
# *taylored* implementation of the algorithm, can handle such input can
# *tailored* implementation of the algorithm, can handle such input can
# be circumstantial. For example, in most general case it depends on
# similar "bit sparsity" of individual limbs of the second, fully reduced
# multiplicand. If you can't make such assumption about the limbs, then
Expand Down
2 changes: 1 addition & 1 deletion src/asm/x86_64-xlate.pl
Original file line number Diff line number Diff line change
Expand Up @@ -1919,7 +1919,7 @@ sub process {
# ...
# mov -8(%rbp),%rbx
# mov %rbp,%rsp
# .cfi_def_cfa_regiser%rsp
# .cfi_def_cfa_register%rsp
# pop %rbp # recognized by Windows
# .cfi_pop %rbp
# .cfi_epilogue
Expand Down