X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=MdePkg%2FLibrary%2FBaseMemoryLibSse2%2FIa32%2FScanMem8.asm;h=904d4d8ba4f3d28f002727e3d748682afe63d7ec;hp=a3f65b64fac29b0de29ac05f54cf645127457737;hb=373ade0eb64a522e45b1b94c15b95fb5ab417c00;hpb=f1baef624fb7119c54c3389a2cd99b108ee08f0e diff --git a/MdePkg/Library/BaseMemoryLibSse2/Ia32/ScanMem8.asm b/MdePkg/Library/BaseMemoryLibSse2/Ia32/ScanMem8.asm index a3f65b64fa..904d4d8ba4 100644 --- a/MdePkg/Library/BaseMemoryLibSse2/Ia32/ScanMem8.asm +++ b/MdePkg/Library/BaseMemoryLibSse2/Ia32/ScanMem8.asm @@ -1,6 +1,6 @@ ;------------------------------------------------------------------------------ ; -; 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 @@ -19,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 ; ;------------------------------------------------------------------------------