audk/CryptoPkg/Library/IntrinsicLib/Ia32
Xiaoyu Lu 96dbfad9b0 CryptoPkg/IntrinsicLib: Fix possible unresolved external symbol issue
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>
2019-06-03 08:28:01 +08:00
..
MathFtol.c CryptoPkg/IntrinsicLib: Fix possible unresolved external symbol issue 2019-06-03 08:28:01 +08:00
MathLShiftS64.c CryptoPkg: Replace BSD License with BSD+Patent License 2019-04-09 09:10:22 -07:00
MathLShiftS64.nasm CryptoPkg: Replace BSD License with BSD+Patent License 2019-04-09 09:10:22 -07:00
MathRShiftU64.c CryptoPkg: Replace BSD License with BSD+Patent License 2019-04-09 09:10:22 -07:00
MathRShiftU64.nasm CryptoPkg: Replace BSD License with BSD+Patent License 2019-04-09 09:10:22 -07:00