From 52261db09ef9dbf5abc95baed22722c5c332f9f7 Mon Sep 17 00:00:00 2001 From: Rob Austein Date: Tue, 20 Jun 2006 17:33:26 +0000 Subject: Pulling OpenSSL 0.9.8b into trunk svn path=/openssl/trunk; revision=3 --- openssl/trunk/crypto/bf/asm/readme | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 openssl/trunk/crypto/bf/asm/readme (limited to 'openssl/trunk/crypto/bf/asm/readme') diff --git a/openssl/trunk/crypto/bf/asm/readme b/openssl/trunk/crypto/bf/asm/readme new file mode 100644 index 00000000..2385fa38 --- /dev/null +++ b/openssl/trunk/crypto/bf/asm/readme @@ -0,0 +1,10 @@ +There are blowfish assembler generation scripts. +bf-586.pl version is for the pentium and +bf-686.pl is my original version, which is faster on the pentium pro. + +When using a bf-586.pl, the pentium pro/II is %8 slower than using +bf-686.pl. When using a bf-686.pl, the pentium is %16 slower +than bf-586.pl + +So the default is bf-586.pl + -- cgit v1.2.3