mirror of https://github.com/golang/go.git
Replace BYTE.. encodings with asm. This is possible due to asm implementing more instructions and removal of MOV $0, reg -> XOR reg, reg transformation from asm. Change-Id: I011749ab6b3f64403ab6e746f3760c5841548b57 Reviewed-on: https://go-review.googlesource.com/97936 Run-TryBot: Ilya Tocar <ilya.tocar@intel.com> Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org> TryBot-Result: Gobot Gobot <gobot@golang.org> |
||
|---|---|---|
| .. | ||
| crc32.go | ||
| crc32_amd64.go | ||
| crc32_amd64.s | ||
| crc32_amd64p32.go | ||
| crc32_amd64p32.s | ||
| crc32_arm64.go | ||
| crc32_arm64.s | ||
| crc32_generic.go | ||
| crc32_otherarch.go | ||
| crc32_ppc64le.go | ||
| crc32_ppc64le.s | ||
| crc32_s390x.go | ||
| crc32_s390x.s | ||
| crc32_table_ppc64le.s | ||
| crc32_test.go | ||
| example_test.go | ||
| gen_const_ppc64le.go | ||