summaryrefslogtreecommitdiffstats
path: root/crypto/bn/asm/README
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2000-09-17 20:04:42 +0000
committerRichard Levitte <levitte@openssl.org>2000-09-17 20:04:42 +0000
commitd0c2ebf414bf2ebf135bcb36d76087de663832fa (patch)
tree98126b1b4082fda75838f790dd1b0c1f9916418f /crypto/bn/asm/README
parente17b7128943f01299481c4f4f091e93017f87598 (diff)
A patch from HP for better performance.
Submitted by Kevin Steves <ks@hp.se> 3 months ago...
Diffstat (limited to 'crypto/bn/asm/README')
-rw-r--r--crypto/bn/asm/README12
1 files changed, 6 insertions, 6 deletions
diff --git a/crypto/bn/asm/README b/crypto/bn/asm/README
index 86bf64cfc2..a0fe58a677 100644
--- a/crypto/bn/asm/README
+++ b/crypto/bn/asm/README
@@ -15,9 +15,9 @@ On the 2 alpha C compilers I had access to, it was not possible to do
were 64 bits). So the hand assember gives access to the 128 bit result and
a 2 times speedup :-).
-There are 2 versions of assember for the HP PA-RISC.
-pa-risc.s is the origional one which works fine.
-pa-risc2.s is a new version that often generates warnings but if the
-tests pass, it gives performance that is over 2 times faster than
-pa-risc.s.
-Both were generated using gcc :-)
+There are 3 versions of assember for the HP PA-RISC.
+
+pa-risc.s is the origional one which works fine and generated using gcc :-)
+
+pa-risc2W.s and pa-risc2.s are 64 and 32-bit PA-RISC 2.0 implementations
+by Chris Ruemmler from HP (with some help from the HP C compiler).