diff options
author | Jason A. Donenfeld <Jason@zx2c4.com> | 2018-09-10 19:31:11 -0600 |
---|---|---|
committer | Jason A. Donenfeld <Jason@zx2c4.com> | 2018-09-10 19:31:11 -0600 |
commit | d46b623e2fdf38aa0304f1eaf01fbdbf1f313b2e (patch) | |
tree | d1b00ebd035943f5abae445b010d414bd42bc11d /src | |
parent | 190ddda8a57625f9c79076085709d5e138937b54 (diff) |
blake2s-x86_64: fix whitespace errors
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Diffstat (limited to 'src')
-rw-r--r-- | src/crypto/zinc/blake2s/blake2s-x86_64.S | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/crypto/zinc/blake2s/blake2s-x86_64.S b/src/crypto/zinc/blake2s/blake2s-x86_64.S index ee683e4..6a84b9f 100644 --- a/src/crypto/zinc/blake2s/blake2s-x86_64.S +++ b/src/crypto/zinc/blake2s/blake2s-x86_64.S @@ -37,7 +37,7 @@ SIGMA: ENTRY(blake2s_compress_avx) movl %ecx, %ecx testq %rdx, %rdx - je .Lendofloop + je .Lendofloop .align 32 .Lbeginofloop: addq %rcx, 32(%rdi) @@ -605,7 +605,7 @@ ENDPROC(blake2s_compress_avx) #ifdef CONFIG_AS_AVX512 ENTRY(blake2s_compress_avx512) - vmovdqu (%rdi),%xmm0 + vmovdqu (%rdi),%xmm0 vmovdqu 0x10(%rdi),%xmm1 vmovdqu 0x20(%rdi),%xmm4 vmovq %rcx,%xmm5 |