diff options
author | Hubert Kario <hkario@redhat.com> | 2023-02-08 14:13:24 +0100 |
---|---|---|
committer | Tomas Mraz <tomas@openssl.org> | 2023-02-11 14:55:28 +0100 |
commit | 075652f224479dad2e64b92e791b296177af8705 (patch) | |
tree | ce6c7903018c0affbd42eaa8a263d9d58d0e3a76 /crypto/bn/bn_const.c | |
parent | 4596c20b86871b2bb0f9a7f6b855c0b7f0d4fbf3 (diff) | |
download | openssl-new-075652f224479dad2e64b92e791b296177af8705.tar.gz |
rsa: add msvc intrinsic for non x64 platforms
_umul128() is x86_64 (x64) only, while __umulh() works everywhere, but
doesn't generate optimal code on x64
Reviewed-by: Dmitry Belyavskiy <beldmit@gmail.com>
Reviewed-by: Paul Dale <pauli@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/20244)
Diffstat (limited to 'crypto/bn/bn_const.c')
0 files changed, 0 insertions, 0 deletions