From: David Miller <[email protected]> Date: Sun, 23 Sep 2012 17:33:52 -0400 (EDT)
> From: David Miller <[email protected]> > Date: Sun, 23 Sep 2012 17:27:01 -0400 (EDT) > >> From: David Miller <[email protected]> >> Date: Sun, 23 Sep 2012 17:04:39 -0400 (EDT) >> >>> It seems that the A==B case does not trigger for the build as-is, so >>> the montsqr paths currently do not get hit, but the code is there for >>> if and when it does. I suspect we should be setting the CPP macro >>> OPENSSL_BN_ASM_MONT on sparc, and that would make this path start >>> triggering. >> >> I've just verified that this is indeed true, and that by setting >> OPENSSL_BN_ASM_MONT the montsqr opcode paths are taken and work >> properly. > > Ignore me. The define does in fact already get set on sparc. > > The issue is that the montsqr paths, for whatever reason, only > seem to trigger in the 64-bit build and not the 32-bit one. I must be halucinating last night, because montsqr does in fact trigger in the 32-bit build too. So really, indeed, ignore me on this one. Time for more coffee :-) ______________________________________________________________________ OpenSSL Project http://www.openssl.org Development Mailing List [email protected] Automated List Manager [email protected]
