chiark
/
gitweb
/
~mdw
/
catacomb
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
2cbeb9a
)
symm/salsa20-x86ish-sse2.S: Fix stray `##' comment to be `//'.
author
Mark Wooding
<mdw@distorted.org.uk>
Wed, 18 May 2016 09:29:03 +0000
(10:29 +0100)
committer
Mark Wooding
<mdw@distorted.org.uk>
Sun, 22 May 2016 14:58:21 +0000
(15:58 +0100)
Not sure how this one slipped through the net. Oh, well; it didn't
cause any damage.
symm/salsa20-x86ish-sse2.S
patch
|
blob
|
blame
|
history
diff --git
a/symm/salsa20-x86ish-sse2.S
b/symm/salsa20-x86ish-sse2.S
index a168d79a7b0cb91b64de7eb12df42f6006bae4ea..b3ebf90c3faa93f9d45f8c64bcd3ced13b03dda6 100644
(file)
--- a/
symm/salsa20-x86ish-sse2.S
+++ b/
symm/salsa20-x86ish-sse2.S
@@
-146,7
+146,7
@@
FUNC(salsa20_core_x86ish_sse2)
movdqu xmm2, [IN + 32]
movdqu xmm3, [IN + 48]
-
##
Take a copy for later.
+
//
Take a copy for later.
movdqa SAVE0, xmm0
movdqa SAVE1, xmm1
movdqa SAVE2, xmm2