X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=MdePkg%2FLibrary%2FBaseMemoryLibMmx%2FX64%2FSetMem64.S;h=110c6f2d9c5ef2e9e8f438e90c4e99f414ace56a;hp=a4c7d8cb62f2b5c26a8ac8d43f70a3a7932ed1f3;hb=9095d37b8fe5bfc3d02adad6ba7fd7359ebc0107;hpb=d1102dba7210b95e41d06c2338a22ba6af248645 diff --git a/MdePkg/Library/BaseMemoryLibMmx/X64/SetMem64.S b/MdePkg/Library/BaseMemoryLibMmx/X64/SetMem64.S index a4c7d8cb62..110c6f2d9c 100644 --- a/MdePkg/Library/BaseMemoryLibMmx/X64/SetMem64.S +++ b/MdePkg/Library/BaseMemoryLibMmx/X64/SetMem64.S @@ -3,7 +3,7 @@ # #------------------------------------------------------------------------------ # -# Copyright (c) 2006 - 2009, Intel Corporation. All rights reserved.
+# Copyright (c) 2006 - 2018, 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 @@ -39,7 +39,7 @@ ASM_PFX(InternalMemSetMem64): movq %rcx, %rax #rax <- Buffer xchg %rdx, %rcx #rcx <- Count L0: - movntq %mm0, (%rdx) + movntq %mm0, (%rdx) addq $8, %rdx loop L0 mfence