mirror of
https://git.proxmox.com/git/mirror_edk2
synced 2025-11-07 02:08:13 +00:00
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=1089 This is for the upcoming upgrade to OpenSSL_1_1_1b Compiler optimization(Visual Studio) may automatically use _ftol2 instead of some type conversion. For example: OpensslLib.lib(drbg_lib.obj) : error LNK2001: unresolved external symbol __ftol2 This patch add _ftol2 function for the compiler intrinsic. Cc: Jian J Wang <jian.j.wang@intel.com> Cc: Ting Ye <ting.ye@intel.com> Signed-off-by: Xiaoyu Lu <xiaoyux.lu@intel.com> Tested-by: Gary Lin <glin@suse.com> Reviewed-by: Jian J Wang <jian.j.wang@intel.com> |
||
|---|---|---|
| .. | ||
| MathFtol.c | ||
| MathLShiftS64.c | ||
| MathLShiftS64.nasm | ||
| MathRShiftU64.c | ||
| MathRShiftU64.nasm | ||