diff options
author | lgao4 <lgao4@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-10-10 06:20:50 +0000 |
---|---|---|
committer | lgao4 <lgao4@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-10-10 06:20:50 +0000 |
commit | 3ecdcd1146b8268eea8a550e883121c566a9aef8 (patch) | |
tree | 93686f11687a79a0c5b3ffde80daa8322fc678e5 /MdePkg/Library/BaseMemoryLibOptPei | |
parent | eecd469b1064cd253f0b1c666659505659f8d121 (diff) | |
download | edk2-platforms-3ecdcd1146b8268eea8a550e883121c566a9aef8.tar.xz |
Update HobLib and PeCoffLib according to MDE Lib Spec 0.61c
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6100 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdePkg/Library/BaseMemoryLibOptPei')
-rw-r--r-- | MdePkg/Library/BaseMemoryLibOptPei/BaseMemoryLibOptPei.inf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/MdePkg/Library/BaseMemoryLibOptPei/BaseMemoryLibOptPei.inf b/MdePkg/Library/BaseMemoryLibOptPei/BaseMemoryLibOptPei.inf index 5d6f9372b4..0144caddb8 100644 --- a/MdePkg/Library/BaseMemoryLibOptPei/BaseMemoryLibOptPei.inf +++ b/MdePkg/Library/BaseMemoryLibOptPei/BaseMemoryLibOptPei.inf @@ -1,8 +1,8 @@ #/** @file
# Component description file for Base Memory Optimization Pei Library
#
-# Base Memory Library that uses REP string instructions for
-# high performance and small size. Optimized for use in PEI.
+# Base Memory Library that is optimized for use in PEI phase.
+# Uses REP, MMX, XMM registers as required for best performance.
# Copyright (c) 2007 - 2008, Intel Corporation
#
# All rights reserved. This program and the accompanying materials
|