]> git.proxmox.com Git - mirror_edk2.git/commit - CryptoPkg/Library/IntrinsicLib/IntrinsicLib.inf
CryptoPkg: Add instrinsics to support building ECC on IA32 windows
authoryi1 li <yi1.li@intel.com>
Wed, 13 Apr 2022 07:02:00 +0000 (15:02 +0800)
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Thu, 14 Apr 2022 03:16:59 +0000 (03:16 +0000)
commit1a49e2aa3c2b80f7e988c6cf5d7ae65e700d1d19
tree14bcc0dc89a365c841163c66f946ec8706a5b883
parent8a5727c7a82a371649419daddc2c52554ff29b16
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>
CryptoPkg/Library/IntrinsicLib/Ia32/MathLlmul.asm [new file with mode: 0644]
CryptoPkg/Library/IntrinsicLib/Ia32/MathLlshr.asm [new file with mode: 0644]
CryptoPkg/Library/IntrinsicLib/IntrinsicLib.inf