Skip to content

Commit

Permalink
Whitespace check-in
Browse files Browse the repository at this point in the history
  • Loading branch information
noloader committed Aug 20, 2018
1 parent 082ad86 commit 5c35325
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
1 change: 0 additions & 1 deletion cpu.cpp
@@ -1,4 +1,3 @@

// cpu.cpp - originally written and placed in the public domain by Wei Dai

#include "pch.h"
Expand Down
6 changes: 2 additions & 4 deletions x64dll.asm
Expand Up @@ -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
Expand Down

0 comments on commit 5c35325

Please sign in to comment.