X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=MdePkg%2FLibrary%2FBaseMemoryLibSse2%2FIa32%2FCompareMem.asm;h=c6ae22f66da36dee743a136778590079d7c2ad72;hp=dabd337a7c05e6d4acf3cfc3efa74b8ca2b87383;hb=373ade0eb64a522e45b1b94c15b95fb5ab417c00;hpb=e1f414b6a7d8a0424e0e01f655b09a4612b4d0e8 diff --git a/MdePkg/Library/BaseMemoryLibSse2/Ia32/CompareMem.asm b/MdePkg/Library/BaseMemoryLibSse2/Ia32/CompareMem.asm index dabd337a7c..c6ae22f66d 100644 --- a/MdePkg/Library/BaseMemoryLibSse2/Ia32/CompareMem.asm +++ b/MdePkg/Library/BaseMemoryLibSse2/Ia32/CompareMem.asm @@ -1,11 +1,6 @@ -// -// Include common header file for this module. -// -#include "CommonHeader.h" - ;------------------------------------------------------------------------------ ; -; Copyright (c) 2006, Intel Corporation +; Copyright (c) 2006 - 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 ; which accompanies this distribution. The full text of the license may be found at @@ -24,11 +19,13 @@ ; ; Notes: ; -; The following BaseMemoryLib instances share the same version of this file: +; The following BaseMemoryLib instances contain the same copy of this file: ; ; BaseMemoryLibRepStr ; BaseMemoryLibMmx ; BaseMemoryLibSse2 +; BaseMemoryLibOptDxe +; BaseMemoryLibOptPei ; ;------------------------------------------------------------------------------