summaryrefslogtreecommitdiff
path: root/src/hash/crc32
Commit message (Expand)AuthorAgeFilesLines
* 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
* hash/crc32: clarify documentationAamir Khan2015-04-241-0/+12
* os/signal, hash/crc32: add arm64 build tagsAram Hăvărneanu2015-03-161-1/+1
* all: power64 is now ppc64Russ Cox2014-12-051-1/+1
* [dev.cc] all: merge default (e4ab8f908aac) into dev.ccRuss Cox2014-11-201-2/+2
|\
| * hash/crc32: fix comment that the IEEE polynomial applies to MPEG-2.Nigel Tao2014-11-121-2/+2
* | build: merge the great pkg/ rename into dev.power64Austin Clements2014-10-221-1/+1
|/
* build: move package sources from src/pkg to srcRuss Cox2014-09-086-0/+403