projects
/
xonotic
/
gmqcc.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4c5a0ff
)
typo
author
Dale Weiler <killfieldengine@gmail.com>
Sat, 14 Dec 2013 11:02:39 +0000
(06:02 -0500)
committer
Dale Weiler <killfieldengine@gmail.com>
Sat, 14 Dec 2013 11:02:39 +0000
(06:02 -0500)
hash.c
patch
|
blob
|
history
diff --git
a/hash.c
b/hash.c
index 937ccda140047b5d32cc33733125d11e016a9718..769f44565eb340458c56ea38a94cf19c39576b94 100644
(file)
--- a/
hash.c
+++ b/
hash.c
@@
-191,7
+191,7
@@
static GMQCC_FORCEINLINE void hash_native_process(uint32_t *ph1, uint32_t *carry
* Alignment has been reached, deal with aligned blocks, specializing for
* all possible carry counts.
*/
- end = ptr + len / 4 * 4;
+ end = ptr + len
gth
/ 4 * 4;
switch (n) {
case 0:
for (; ptr < end; ptr += 4) {