diff options
author | lgao4 <lgao4@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-09-19 04:38:53 +0000 |
---|---|---|
committer | lgao4 <lgao4@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-09-19 04:38:53 +0000 |
commit | c481196831ea9e10e03e75c74ae7d88ad92a3f8e (patch) | |
tree | 2788bdaaf2ef1f4e30e06de085eb0df99bdfb965 /MdePkg/Library | |
parent | 156eb6bbf7050e211c39677989e358606d65eefe (diff) | |
download | edk2-c481196831ea9e10e03e75c74ae7d88ad92a3f8e.zip edk2-c481196831ea9e10e03e75c74ae7d88ad92a3f8e.tar.gz edk2-c481196831ea9e10e03e75c74ae7d88ad92a3f8e.tar.bz2 |
Update Library description for BaseMemoryLibOptDxe and BaseMemoryLibOptPei.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5929 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdePkg/Library')
-rw-r--r-- | MdePkg/Library/BaseMemoryLibOptDxe/BaseMemoryLibOptDxe.inf | 8 | ||||
-rw-r--r-- | MdePkg/Library/BaseMemoryLibOptPei/BaseMemoryLibOptPei.inf | 2 |
2 files changed, 5 insertions, 5 deletions
diff --git a/MdePkg/Library/BaseMemoryLibOptDxe/BaseMemoryLibOptDxe.inf b/MdePkg/Library/BaseMemoryLibOptDxe/BaseMemoryLibOptDxe.inf index e572784..f38b039 100644 --- a/MdePkg/Library/BaseMemoryLibOptDxe/BaseMemoryLibOptDxe.inf +++ b/MdePkg/Library/BaseMemoryLibOptDxe/BaseMemoryLibOptDxe.inf @@ -1,9 +1,9 @@ #/** @file
-# Component description file for RepStr Base Memory Library
+# Component description file for Base Memory Optimization Dxe Library.
#
-# Base Memory Library that uses REP string instructions for
-# high performance and small size. Optimized for use in PEI.
-# Copyright (c) 2007, Intel Corporation
+# Base Memory Library that uses MMX registers for high performance.
+# Optimized for use in DXE.
+# Copyright (c) 2007 - 2008, Intel Corporation
#
# All rights reserved. This program and the accompanying materials
# are licensed and made available under the terms and conditions of the BSD License
diff --git a/MdePkg/Library/BaseMemoryLibOptPei/BaseMemoryLibOptPei.inf b/MdePkg/Library/BaseMemoryLibOptPei/BaseMemoryLibOptPei.inf index 96b551e..1e5ef64 100644 --- a/MdePkg/Library/BaseMemoryLibOptPei/BaseMemoryLibOptPei.inf +++ b/MdePkg/Library/BaseMemoryLibOptPei/BaseMemoryLibOptPei.inf @@ -1,5 +1,5 @@ #/** @file
-# Component description file for RepStr Base Memory Library
+# 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.
|