From 80d27cdb84985c697f8fabb7649abf1f54714d13 Mon Sep 17 00:00:00 2001 From: Andy Polyakov Date: Fri, 9 Sep 2016 17:25:04 +0200 Subject: ppccap.c: engage new multipplication and squaring subroutines. [And remove FPU mutiplication subroutine.] Reviewed-by: Rich Salz --- crypto/bn/asm/ppc-mont.pl | 3 --- 1 file changed, 3 deletions(-) (limited to 'crypto/bn') diff --git a/crypto/bn/asm/ppc-mont.pl b/crypto/bn/asm/ppc-mont.pl index ce0b061a7d..fdc049ae0e 100644 --- a/crypto/bn/asm/ppc-mont.pl +++ b/crypto/bn/asm/ppc-mont.pl @@ -134,10 +134,7 @@ $code=<<___; .globl .bn_mul_mont_int .align 5 .bn_mul_mont_int: - cmpwi $num,4 mr $rp,r3 ; $rp is reassigned - li r3,0 - bltlr ___ $code.=<<___ if ($BNSZ==4); cmpwi $num,32 ; longer key performance is not better -- cgit v1.2.3