mirror of https://github.com/acidanthera/audk.git
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
This commit is contained in:
parent
156eb6bbf7
commit
c481196831
|
@ -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
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue