Support for "multiply high" instruction, see BN_UMULT_HIGH comment in
authorAndy Polyakov <appro@openssl.org>
Wed, 2 Feb 2000 16:18:12 +0000 (16:18 +0000)
committerAndy Polyakov <appro@openssl.org>
Wed, 2 Feb 2000 16:18:12 +0000 (16:18 +0000)
commitfb81ac5e6be4041e59df9362cd63880b21e2cafc
treeca35a62e7e39a135465937ef7b37bcab9d15add2
parent54a34aecc38b95115704565ac77a2715688be400
Support for "multiply high" instruction, see BN_UMULT_HIGH comment in
crypto/bn/bn_lcl.h for further details. It should be noted that for
the moment of this writing the code was tested only on Alpha. If
compiled with DEC C the C implementation exhibits 12% performance
improvement over the crypto/bn/asm/alpha.s (on EV56 box running
AlphaLinux). GNU C is (unfortunately) 8% behind the assembler
implementation. But it's OpenVMS Alpha users who *may* benefit most
as 'apps/openssl speed rsa' exhibits 6 (six) times performance
improvement over the original VMS bignum implementation. Where "*may*"
means "as soon as code is enabled though #define SIXTY_FOUR_BIT and
crypto/bn/asm/vms.mar is skipped."
crypto/bn/bn_asm.c
crypto/bn/bn_div.c
crypto/bn/bn_lcl.h