PR tree-optimization/84480 - bogus -Wstringop-truncation despite assignment with...
[official-gcc.git] / libgo / go / crypto / sha512 / sha512block_s390x.go
blob26896fcec4c4c73b07111cdd6c02e7976dba3bca
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 sha512
9 // featureCheck reports whether the CPU supports the
10 // SHA512 compute intermediate message digest (KIMD)
11 // function code.
12 func featureCheck() bool
14 var useAsm = featureCheck()