Commit 27627fd8 authored by Russ Cox's avatar Russ Cox

[dev.power64] hash/crc32: use portable castagnoli on power64

LGTM=minux
R=minux
CC=golang-codereviews
https://golang.org/cl/128110044
parent 3e4dfdad
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment