2016-07-22 20:15:38 +02:00
|
|
|
// Copyright 2016 The Go Authors. All rights reserved.
|
|
|
|
// Use of this source code is governed by a BSD-style
|
|
|
|
// license that can be found in the LICENSE file.
|
|
|
|
|
2016-08-06 02:36:33 +02:00
|
|
|
// +build ignore
|
|
|
|
|
2016-07-22 20:15:38 +02:00
|
|
|
package sha1
|
|
|
|
|
2018-09-24 23:46:21 +02:00
|
|
|
import "internal/cpu"
|
2016-07-22 20:15:38 +02:00
|
|
|
|
2018-09-24 23:46:21 +02:00
|
|
|
var useAsm = cpu.S390X.HasSHA1
|