summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/bn/asm/README
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libcrypto/bn/asm/README')
-rw-r--r--src/lib/libcrypto/bn/asm/README12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/lib/libcrypto/bn/asm/README b/src/lib/libcrypto/bn/asm/README
index 86bf64cfc2..a0fe58a677 100644
--- a/src/lib/libcrypto/bn/asm/README
+++ b/src/lib/libcrypto/bn/asm/README
@@ -15,9 +15,9 @@ On the 2 alpha C compilers I had access to, it was not possible to do
15were 64 bits). So the hand assember gives access to the 128 bit result and 15were 64 bits). So the hand assember gives access to the 128 bit result and
16a 2 times speedup :-). 16a 2 times speedup :-).
17 17
18There are 2 versions of assember for the HP PA-RISC. 18There are 3 versions of assember for the HP PA-RISC.
19pa-risc.s is the origional one which works fine. 19
20pa-risc2.s is a new version that often generates warnings but if the 20pa-risc.s is the origional one which works fine and generated using gcc :-)
21tests pass, it gives performance that is over 2 times faster than 21
22pa-risc.s. 22pa-risc2W.s and pa-risc2.s are 64 and 32-bit PA-RISC 2.0 implementations
23Both were generated using gcc :-) 23by Chris Ruemmler from HP (with some help from the HP C compiler).