]> Cypherpunks repositories - gostls13.git/commit
runtime: fix fallback logic for aeshash on 32/64 bit
authorKeith Randall <khr@golang.org>
Thu, 13 Feb 2020 15:37:28 +0000 (07:37 -0800)
committerKeith Randall <khr@golang.org>
Thu, 13 Feb 2020 16:25:03 +0000 (16:25 +0000)
commite237df5b53eb91d7a8d7247e7996f5edee6515b7
treeabfa2857ca71c51ce2dd5aa0a15eea04d796c7cb
parent363bcd0068bcc64ec09ab3d09921f559ca6d8070
runtime: fix fallback logic for aeshash on 32/64 bit

We were using the fallback hash unconditionally.  Oops.

Fixes #37212

Change-Id: Id37d4f5c08806fdda12a3148ba4dbc46676eeb54
Reviewed-on: https://go-review.googlesource.com/c/go/+/219337
Run-TryBot: Keith Randall <khr@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Cherry Zhang <cherryyz@google.com>
src/runtime/asm_amd64.s