X-Git-Url: https://git.openssl.org/?p=openssl.git;a=blobdiff_plain;f=crypto%2Fbn%2Fasm%2Fsparcv9-mont.pl;h=2e12eeb578e8232fa477cb891404ad21508890b4;hp=0339bfe7f3a82a7c298c26de495bd0e923994e14;hb=a00e414faf76db8372f4e5fe04010e47e8ff90d4;hpb=4c5e19b6c671ded9328137391aa0c12414508c63;ds=sidebyside diff --git a/crypto/bn/asm/sparcv9-mont.pl b/crypto/bn/asm/sparcv9-mont.pl index 0339bfe7f3..2e12eeb578 100644 --- a/crypto/bn/asm/sparcv9-mont.pl +++ b/crypto/bn/asm/sparcv9-mont.pl @@ -72,7 +72,7 @@ $apj="%l5"; $npj="%l6"; $tpj="%l7"; -$fname="bn_mul_mont"; +$fname="bn_mul_mont_int"; $code=<<___; .section ".text",#alloc,#execinstr @@ -298,7 +298,8 @@ $fname: ___ ######## -######## bn_sqr_mont gives up to 20% improvement over above code +######## .Lbn_sqr_mont gives up to 20% *overall* improvement over +######## code without following dedicated squaring procedure. ######## $sbit="%i2"; # re-use $bp!