summaryrefslogtreecommitdiff
path: root/x64dll.asm
diff options
context:
space:
mode:
authorJeffrey Walton <noloader@gmail.com>2018-08-20 01:33:09 -0400
committerJeffrey Walton <noloader@gmail.com>2018-08-20 01:33:09 -0400
commit5c3532597a924b256db2bf670bba0887d6fbb460 (patch)
tree0351aecc7b9e6c5b43b54d83976749bd5447b1c0 /x64dll.asm
parent082ad86132ddda2552f10640e176b321a76397a1 (diff)
downloadcryptopp-git-5c3532597a924b256db2bf670bba0887d6fbb460.tar.gz
Whitespace check-in
Diffstat (limited to 'x64dll.asm')
-rw-r--r--x64dll.asm6
1 files changed, 2 insertions, 4 deletions
diff --git a/x64dll.asm b/x64dll.asm
index 7857f5f1..0adb5c11 100644
--- a/x64dll.asm
+++ b/x64dll.asm
@@ -1966,11 +1966,9 @@ SHA256_HashMultipleBlocks_SSE2 ENDP
ALIGN 8
ExtendedControlRegister PROC
-;; First paramter is RCX, and xgetbv expects the CTR in ECX
+;; First paramter is RCX, and xgetbv expects the CTRL in ECX
;; http://www.agner.org/optimize/vectorclass/read.php?i=65
-DB 0fh
-DB 01h
-DB 0d0h
+DB 0fh, 01h, 0d0h
;; xcr = (EDX << 32) | EAX
and rax, 0ffffffffh
shl rdx, 32