From eee5b23e9337594dbbb5d7843745a5a541a5b13c Mon Sep 17 00:00:00 2001 From: vuittont60 <81072379+vuittont60@users.noreply.github.com> Date: Fri, 19 Jan 2024 14:54:54 +0800 Subject: [PATCH 1/2] asm/x86_64-xlate.pl: fix typo --- src/asm/x86_64-xlate.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/asm/x86_64-xlate.pl b/src/asm/x86_64-xlate.pl index 7e27b685..bbb0569c 100755 --- a/src/asm/x86_64-xlate.pl +++ b/src/asm/x86_64-xlate.pl @@ -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 From f6488fbc61790f16c4966ba400f31019f6b6101e Mon Sep 17 00:00:00 2001 From: vuittont60 <81072379+vuittont60@users.noreply.github.com> Date: Fri, 19 Jan 2024 14:55:07 +0800 Subject: [PATCH 2/2] asm/mulx_mont_256-x86_64.pl: fix typo --- src/asm/mulx_mont_256-x86_64.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/asm/mulx_mont_256-x86_64.pl b/src/asm/mulx_mont_256-x86_64.pl index 44666783..bcdfa80e 100755 --- a/src/asm/mulx_mont_256-x86_64.pl +++ b/src/asm/mulx_mont_256-x86_64.pl @@ -10,7 +10,7 @@ # In general Montgomery multiplication algorithm can handle one of the # inputs being non-reduced and capped by 1<