]> git.proxmox.com Git - mirror_edk2.git/commit - MdePkg/Library/BaseLib/BaseLib.inf
Remove the DivU64x64Remainder.c (embedded asm version)for IA32 architecture. It canno...
authorqhuang8 <qhuang8@6f19259b-4bc3-4df7-8a09-765794883524>
Fri, 1 Feb 2008 15:05:08 +0000 (15:05 +0000)
committerqhuang8 <qhuang8@6f19259b-4bc3-4df7-8a09-765794883524>
Fri, 1 Feb 2008 15:05:08 +0000 (15:05 +0000)
commit41c7f55141662cefa6d00fa6f0c5654705ea1c9e
tree8647bd1830c92d3b7e4409706bc79e9dc30b65aa
parent4df26661c7f7925c6e563e6bfb7d7d5b70de9165
Remove the DivU64x64Remainder.c (embedded asm version)for IA32 architecture. It cannot handle the case when divisor is less than 4G.
Make MSFT tool chain uses the ASM version, which can handle the case in an size efficient way.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@4654 6f19259b-4bc3-4df7-8a09-765794883524
MdePkg/Library/BaseLib/BaseLib.inf
MdePkg/Library/BaseLib/Ia32/DivU64x64Remainder.c [deleted file]