libgo: update to go1.9
[official-gcc.git] / libgo / go / crypto / sha1 / sha1block_s390x.go
blob55a23599a97a9008d0641cde1ca5632496bca12d
1 // Copyright 2016 The Go Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style
3 // license that can be found in the LICENSE file.
5 // +build ignore
7 package sha1
9 // featureCheck reports whether the CPU supports the
10 // SHA-1 compute intermediate message digest (KIMD)
11 // function code.
12 func featureCheck() bool
14 var useAsm = featureCheck()