]> git.proxmox.com Git - mirror_edk2.git/commit - EdkCompatibilityPkg/Foundation/Library/EfiCommonLib/Ia32/EfiZeroMem.asm
Inline ASM in .c file is specific to MS tool-chain. Other tool-chain (such as Intel...
authorqwang12 <qwang12@6f19259b-4bc3-4df7-8a09-765794883524>
Mon, 21 Jul 2008 01:49:04 +0000 (01:49 +0000)
committerqwang12 <qwang12@6f19259b-4bc3-4df7-8a09-765794883524>
Mon, 21 Jul 2008 01:49:04 +0000 (01:49 +0000)
commit478db76bbe37e93416297d37f146ba76ab296380
tree785f3c004fe95c8fca713dbeb95a9ec11abf2a7b
parent22353b17c02eff5e6b24519fc8b106470fe830a7
Inline ASM in .c file is specific to MS tool-chain. Other tool-chain (such as Intel compiler) may not support it. Add in .asm files to make these function to be built by Assembler so that they are avaliable too for other tool-chain.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5529 6f19259b-4bc3-4df7-8a09-765794883524
EdkCompatibilityPkg/Foundation/Library/EfiCommonLib/Ia32/DivU64x32.asm [new file with mode: 0644]
EdkCompatibilityPkg/Foundation/Library/EfiCommonLib/Ia32/EfiCopyMem.asm [new file with mode: 0644]
EdkCompatibilityPkg/Foundation/Library/EfiCommonLib/Ia32/EfiSetMem.asm [new file with mode: 0644]
EdkCompatibilityPkg/Foundation/Library/EfiCommonLib/Ia32/EfiZeroMem.asm [new file with mode: 0644]
EdkCompatibilityPkg/Foundation/Library/EfiCommonLib/Ia32/GetPowerOfTwo.asm [new file with mode: 0644]
EdkCompatibilityPkg/Foundation/Library/EfiCommonLib/Ia32/LShiftU64.asm [new file with mode: 0644]
EdkCompatibilityPkg/Foundation/Library/EfiCommonLib/Ia32/Log2.asm [new file with mode: 0644]
EdkCompatibilityPkg/Foundation/Library/EfiCommonLib/Ia32/MultU64x32.asm [new file with mode: 0644]
EdkCompatibilityPkg/Foundation/Library/EfiCommonLib/Ia32/Power10U64.asm [new file with mode: 0644]
EdkCompatibilityPkg/Foundation/Library/EfiCommonLib/Ia32/RShiftU64.asm [new file with mode: 0644]