1
0
mirror of https://github.com/golang/go synced 2024-11-14 23:50:28 -07:00
go/src/hash
Ruixin(Peter) Bao 9a3f22be7a hash/crc32: simplify hasVX checking on s390x
Originally, we use an assembly function that returns a boolean result to
tell whether the machine has vector facility or not. It is now no longer
needed when we can directly use cpu.S390X.HasVX variable. This CL
also removes the last occurence of hasVectorFacility function on s390x.

Change-Id: Id20cb746c21eacac5e13344b362e2d87adfe4317
Reviewed-on: https://go-review.googlesource.com/c/go/+/230337
Reviewed-by: Michael Munday <mike.munday@ibm.com>
Run-TryBot: Michael Munday <mike.munday@ibm.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
2020-04-27 21:18:58 +00:00
..
adler32
crc32 hash/crc32: simplify hasVX checking on s390x 2020-04-27 21:18:58 +00:00
crc64
fnv
maphash hash/maphash: add more tests for seed generation 2020-03-02 17:15:20 +00:00
example_test.go
hash.go
marshal_test.go
test_cases.txt
test_gen.awk