mirror of https://github.com/golang/go.git
[dev.power64] hash/crc32: use portable castagnoli on power64
LGTM=minux R=minux CC=golang-codereviews https://golang.org/cl/128110044
This commit is contained in:
parent
3e4dfdad34
commit
27627fd8ed
|
|
@ -2,7 +2,7 @@
|
|||
// Use of this source code is governed by a BSD-style
|
||||
// license that can be found in the LICENSE file.
|
||||
|
||||
// +build 386 arm
|
||||
// +build 386 arm power64 power64le
|
||||
|
||||
package crc32
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue