]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Library/BaseMemoryLibMmx/X64/SetMem.S
MdePkg: Clean up source files
[mirror_edk2.git] / MdePkg / Library / BaseMemoryLibMmx / X64 / SetMem.S
index ad7131f3009fc2a07440c2cfbcba8cd21f8fc0c4..16ccb3fc1d4a38a5eeda408d553cde9bdec42055 100644 (file)
@@ -3,7 +3,7 @@
 #\r
 #------------------------------------------------------------------------------\r
 #\r
-# Copyright (c) 2006 - 2009, Intel Corporation. All rights reserved.<BR>\r
+# Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR>\r
 # This program and the accompanying materials\r
 # are licensed and made available under the terms and conditions of the BSD License\r
 # which accompanies this distribution.  The full text of the license may be found at\r
@@ -43,12 +43,12 @@ ASM_PFX(InternalMemSetMem):
     movq    %rcx, %r8\r
     movq    %r8, %rdi                     # rdi <- Buffer\r
     movq    %rdx, %rcx\r
-    andq    $7, %rdx \r
+    andq    $7, %rdx\r
     shrq    $3, %rcx\r
     jz      L_SetBytes\r
     .byte   0x0f, 0x70, 0x0C0, 0x00\r
 L0:\r
-    movntq  %mm0, (%rdi) \r
+    movntq  %mm0, (%rdi)\r
     addq    $8, %rdi\r
     loop    L0\r
     mfence\r