>> Could you also show results for 'apps/openssl speed rsa dsa' with and >> without 16+9? > > Output with 16+9 (no change): > ... > Output with 16 (with change): > ...
I.e. difference is essentially negligible. ppccpuid.pl patch is committed with no additions. > Are there any differences between apps/openssl and openssl installed in > bin? No. I'm referring to apps/openssl solely because it can be run without installing, i.e. you run make and then apps/openssl. > The above tests used apps/openssl compiled with -mcpu=power7. Just for reference. -mcpu flag has no effect on assembler modules, or in other words if most of time is spent in assembler module, it doesn't matter which -mcpu flag was passed. That said, RSA, DSA, large block SHA, AES performances are not affected by the flag. ______________________________________________________________________ OpenSSL Project http://www.openssl.org Development Mailing List [email protected] Automated List Manager [email protected]
