]> Cypherpunks repositories - gostls13.git/commit
runtime: fix memhash64 on big endian systems
authorMichael Munday <mike.munday@ibm.com>
Tue, 29 Aug 2017 04:10:17 +0000 (05:10 +0100)
committerMichael Munday <mike.munday@ibm.com>
Tue, 29 Aug 2017 04:39:41 +0000 (04:39 +0000)
commit176cd48e574817bbb912c139396324c187b31279
tree5de4d8781213c56bd26eb820242cd0021c472eb4
parentb7397c81006457b15e99a7898f69a2b3f6636a82
runtime: fix memhash64 on big endian systems

Fixes #21677.

Change-Id: I869dee5f43df5d87d86922681726297e3024c562
Reviewed-on: https://go-review.googlesource.com/59810
Run-TryBot: Michael Munday <mike.munday@ibm.com>
Reviewed-by: Martin Möhrmann <moehrmann@google.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
src/runtime/hash64.go