diff options
Diffstat (limited to 'src/lib/libcrypto/bn/asm/README')
-rw-r--r-- | src/lib/libcrypto/bn/asm/README | 12 |
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 | |||
15 | were 64 bits). So the hand assember gives access to the 128 bit result and | 15 | were 64 bits). So the hand assember gives access to the 128 bit result and |
16 | a 2 times speedup :-). | 16 | a 2 times speedup :-). |
17 | 17 | ||
18 | There are 2 versions of assember for the HP PA-RISC. | 18 | There are 3 versions of assember for the HP PA-RISC. |
19 | pa-risc.s is the origional one which works fine. | 19 | |
20 | pa-risc2.s is a new version that often generates warnings but if the | 20 | pa-risc.s is the origional one which works fine and generated using gcc :-) |
21 | tests pass, it gives performance that is over 2 times faster than | 21 | |
22 | pa-risc.s. | 22 | pa-risc2W.s and pa-risc2.s are 64 and 32-bit PA-RISC 2.0 implementations |
23 | Both were generated using gcc :-) | 23 | by Chris Ruemmler from HP (with some help from the HP C compiler). |