]> Cypherpunks.ru repositories - gostls13.git/commit
hash/crc32: remove single-use {castagnoli,ieee}ArchImpl bools
authorTobias Klauser <tklauser@distanz.ch>
Mon, 15 Aug 2022 09:04:03 +0000 (11:04 +0200)
committerGopher Robot <gobot@golang.org>
Thu, 18 Aug 2022 16:16:13 +0000 (16:16 +0000)
commitb6149224499108d4ea6e562fd9fd7eac35f50a6d
tree3a835be427c53521aa70b4292a7d3b36950b4d80
parentc7c78f1a3a4c94043c140962f2916a69e466d255
hash/crc32: remove single-use {castagnoli,ieee}ArchImpl bools

These are only used once right after being set in castagnoliInit and
ieeeInit, respectively.

Change-Id: Ifc5df1fe3040b97b1d252cc6d6d28d8fbc132fa5
Reviewed-on: https://go-review.googlesource.com/c/go/+/423854
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Ian Lance Taylor <iant@google.com>
Reviewed-by: Bryan Mills <bcmills@google.com>
Auto-Submit: Tobias Klauser <tobias.klauser@gmail.com>
Run-TryBot: Tobias Klauser <tobias.klauser@gmail.com>
src/hash/crc32/crc32.go