]> git.proxmox.com Git - mirror_edk2.git/commit
Update memcpy.c and memset.c to support both /Ox and /Os of MSFT IPF toolchain. Witho...
authorqwang12 <qwang12@6f19259b-4bc3-4df7-8a09-765794883524>
Thu, 24 Jan 2008 09:35:36 +0000 (09:35 +0000)
committerqwang12 <qwang12@6f19259b-4bc3-4df7-8a09-765794883524>
Thu, 24 Jan 2008 09:35:36 +0000 (09:35 +0000)
commit808bfde224c53624eb95c339c939e1b9a0582a0d
tree45cbc69bdd50bda0903924690a0a934b3e01004f
parent4bd97476a9dd75ca02b228394530bc97a0f2de22
Update memcpy.c and memset.c to support both /Ox and /Os of MSFT IPF toolchain. Without this change, MSFT /Ox will report "can't define intrinsic" error.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@4630 6f19259b-4bc3-4df7-8a09-765794883524
EdkCompatibilityPkg/Foundation/Library/CompilerStub/memcpy.c
EdkCompatibilityPkg/Foundation/Library/CompilerStub/memset.c