diff options
author | yi1 li <yi1.li@intel.com> | 2022-04-13 15:02:00 +0800 |
---|---|---|
committer | mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> | 2022-04-14 03:16:59 +0000 |
commit | 1a49e2aa3c2b80f7e988c6cf5d7ae65e700d1d19 (patch) | |
tree | 14bcc0dc89a365c841163c66f946ec8706a5b883 /CryptoPkg/Library/IntrinsicLib/IntrinsicLib.inf | |
parent | 8a5727c7a82a371649419daddc2c52554ff29b16 (diff) | |
download | edk2-1a49e2aa3c2b80f7e988c6cf5d7ae65e700d1d19.tar.gz |
CryptoPkg: Add instrinsics to support building ECC on IA32 windows
REF:https://bugzilla.tianocore.org/show_bug.cgi?id=3679
This dependency is needed to build openssl lib with ECC ciphers
under IA32 Windows and adds implementation for _allmul and _allshr
instrinsics.
It is taken from Project Mu:
microsoft/mu_basecore@b55b341
Cc: Jiewen Yao <jiewen.yao@intel.com>
Cc: Jian J Wang <jian.j.wang@intel.com>
Signed-off-by: yi1 li <yi1.li@intel.com>
Reviewed-by: Jiewen Yao <jiewen.yao@intel.com>
Diffstat (limited to 'CryptoPkg/Library/IntrinsicLib/IntrinsicLib.inf')
-rw-r--r-- | CryptoPkg/Library/IntrinsicLib/IntrinsicLib.inf | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CryptoPkg/Library/IntrinsicLib/IntrinsicLib.inf b/CryptoPkg/Library/IntrinsicLib/IntrinsicLib.inf index fcbb93316c..86e74b57b1 100644 --- a/CryptoPkg/Library/IntrinsicLib/IntrinsicLib.inf +++ b/CryptoPkg/Library/IntrinsicLib/IntrinsicLib.inf @@ -30,6 +30,8 @@ Ia32/MathLShiftS64.c | MSFT
Ia32/MathRShiftU64.c | MSFT
Ia32/MathFtol.c | MSFT
+ Ia32/MathLlmul.asm | MSFT
+ Ia32/MathLlshr.asm | MSFT
Ia32/MathLShiftS64.c | INTEL
Ia32/MathRShiftU64.c | INTEL
|