mirror of
https://github.com/pgsty/minio.git
synced 2026-08-09 15:53:28 +03:00
ca8520fb31
This change updates the vendor'd x/crypto/blake2b package and adds x/sys/cpu. This change fixes an issue for Go1.11 affecting x/crypto/blake2b since G1.11 removes the runtime-internal functions `suports_avx()` and `supports_avx2()`.
10 lines
221 B
Go
10 lines
221 B
Go
// Copyright 2018 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.
|
|
|
|
// +build mips mipsle
|
|
|
|
package cpu
|
|
|
|
const cacheLineSize = 32
|