golang/src/hash/crc32
apocelipes e3d87d1932 hash: use more internal/byteorder functions to simplify the code
A follow-up for the CL 585015.

Change-Id: I412f33f1d75abe1446cb3fd742d44d3cb4350380
GitHub-Last-Rev: 554ace757cc75389e7a3c441d3a60cfa85c815a5
GitHub-Pull-Request: golang/go#67476
Reviewed-on: https://go-review.googlesource.com/c/go/+/586240
Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
Reviewed-by: Ian Lance Taylor <iant@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Keith Randall <khr@golang.org>
Auto-Submit: Ian Lance Taylor <iant@google.com>
Auto-Submit: Dmitri Shuralyov <dmitshur@golang.org>
Commit-Queue: Ian Lance Taylor <iant@google.com>
2024-05-18 22:36:41 +00:00
..
crc32.go hash: use internal/byteorder 2024-05-12 05:36:29 +00:00
crc32_amd64.go all: separate doc comment from //go: directives 2022-04-05 17:54:15 +00:00
crc32_amd64.s all: update comment URLs from HTTP to HTTPS, where possible 2018-06-01 21:52:00 +00:00
crc32_arm64.go hash/crc32: fix typo in arm64 archInitCastagnoli panic message 2022-05-25 05:31:01 +00:00
crc32_arm64.s hash/crc32: use LDP instead of LDR in crc32 computation 2022-08-10 08:57:33 +00:00
crc32_generic.go hash: use more internal/byteorder functions to simplify the code 2024-05-18 22:36:41 +00:00
crc32_otherarch.go all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor) 2021-10-28 18:17:57 +00:00
crc32_ppc64le.go all: add missing periods in comments 2022-11-18 17:59:44 +00:00
crc32_ppc64le.s hash/crc32: improve asm for ppc64SlicingUpdateBy8 2024-05-06 12:09:50 +00:00
crc32_s390x.go all: separate doc comment from //go: directives 2022-04-05 17:54:15 +00:00
crc32_s390x.s all: remove redundant spaces before . and , 2021-04-20 00:49:17 +00:00
crc32_table_ppc64le.s hash/crc32: fix code generator to use the Go standard 2024-02-19 20:44:20 +00:00
crc32_test.go hash/crc32: remove redundant code 2022-09-15 21:07:21 +00:00
example_test.go
gen.go hash/crc32: fix code generator to use the Go standard 2024-02-19 20:44:20 +00:00
gen_const_ppc64le.go hash/crc32: fix code generator to use the Go standard 2024-02-19 20:44:20 +00:00