summaryrefslogtreecommitdiff
path: root/src/hash/crc32
Commit message (Expand)AuthorAgeFilesLines
* all: replace leading spaces with tabs in assemblyMichael Pratt2023-03-232-5/+5
* all: add missing periods in commentscui fliter2022-11-181-1/+1
* hash/crc32: remove redundant codeErik Pellizzon2022-09-152-16/+19
* hash: convert haveCastagnoli to atomic typecuiweixie2022-09-021-4/+4
* hash/crc32: remove single-use {castagnoli,ieee}ArchImpl boolsTobias Klauser2022-08-181-7/+2
* hash/crc32: use LDP instead of LDR in crc32 computationruinan2022-08-101-16/+22
* hash/crc32: fix typo in arm64 archInitCastagnoli panic messageTobias Klauser2022-05-251-1/+1
* all: separate doc comment from //go: directivesRuss Cox2022-04-053-0/+6
* all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor)Russ Cox2021-10-282-2/+0
* hash/crc32: improve performance of ppc64SlicingUpdateBy8 on ppc64leArchana R2021-09-221-4/+2
* all: remove redundant spaces before . and ,Yury Smolsky2021-04-201-1/+1
* all: go fmt std cmd (but revert vendor)Russ Cox2021-02-202-0/+2
* all: update to use os.ReadFile, os.WriteFile, os.CreateTemp, os.MkdirTempRuss Cox2020-12-091-2/+2
* hash/crc32: fix race between lazy Castagnoli init and Update/WriteRuss Cox2020-10-132-6/+20
* hash/crc32: simplify hasVX checking on s390xRuixin(Peter) Bao2020-04-272-26/+4
* all: remove nacl (part 3, more amd64p32)Brad Fitzpatrick2019-10-101-1/+1
* all: remove the nacl port (part 2, amd64p32 + toolchain)Brad Fitzpatrick2019-10-092-90/+0
* all: use internal/cpu feature variables directlyMartin Möhrmann2018-08-201-8/+6
* all: update comment URLs from HTTP to HTTPS, where possibleTim Cooper2018-06-012-5/+5
* crypto: remove hand encoded amd64 instructionsIlya Tocar2018-03-011-8/+4
* Revert "go/printer: forbid empty line before first comment in block"Joe Tsai2017-12-011-0/+1
* crypto, hash: document marshal/unmarshal implementationRoger Peppe2017-11-151-6/+10
* internal/cpu: detect cpu features in internal/cpu packageFangming.Fang2017-11-142-8/+3
* go/printer: forbid empty line before first comment in blockJoe Tsai2017-11-021-1/+0
* crypto, hash: implement BinaryMarshaler, BinaryUnmarshaler in hash implementa...Tim Cooper2017-11-012-33/+172
* all: gofmtMikio Hara2017-06-211-16/+16
* internal/cpu: new package to detect cpu featuresMartin Möhrmann2017-05-104-68/+17
* hash/crc32: optimize arm64 crc32 implementationWei Xiao2017-04-133-1/+149
* all: fix minor misspellingsEric Lagergren2017-04-032-2/+2
* hash/crc32: improve performance for ppc64leLynn Boger2017-03-176-3/+4234
* hash/crc32: use sub-benchmarksRuss Cox2017-02-081-60/+21
* hash/crc32: cleanup code and improve testsRadu Berinde2016-08-318-254/+407
* hash/crc32: fix nil Castagnoli table problemRadu Berinde2016-08-283-6/+11
* hash/crc32: improve the AMD64 implementation using SSE4.2Radu Berinde2016-08-288-14/+301
* Revert "hash/crc32: improve the AMD64 implementation using SSE4.2"Keith Randall2016-08-277-292/+14
* hash/crc32: improve the AMD64 implementation using SSE4.2Radu Berinde2016-08-277-14/+292
* hash/crc32: fix optimized s390x implementationMichael Munday2016-08-212-27/+15
* hash/crc32: improve the processing of the last bytes in the SSE4.2 code for A...Radu Berinde2016-08-172-34/+85
* hash/crc32: use vector instructions on s390xChris Zou2016-04-223-1/+347
* hash/crc32: invert build tags for go implementationMichael Munday2016-04-121-1/+1
* hash/crc32: use slicing by 8 for Castagnoli and smaller sizesKlaus Post2016-03-085-39/+62
* cmd/internal/obj/x86: add new instructions, cleanup.Ilya Tocar2016-01-131-3/+1
* hash/crc32: add noescape tags to assembly functionsJoe Tsai2015-11-252-0/+3
* hash/crc32: rename iEEETable to ieeeTableJoe Tsai2015-11-204-12/+12
* hash/crc32: added mips64{,le} build tagsYao Zhang2015-11-121-1/+1
* hash/crc32: add AMD64 optimized IEEE CRC calculationKlaus Post2015-09-165-11/+251
* hash/*: document the byte order used by the Sum methodsShenghou Ma2015-09-101-0/+2
* hash: update documentation for MakeTable in crc32 and crc64Joe Tsai2015-09-041-1/+2
* hash/crc32: speedup crc32 of IEEE using slicingBy8Davies Liu2015-06-182-2/+78
* hash/crc32: move reverse representation docs to an exampleShenghou Ma2015-05-042-7/+28