mirror of
https://github.com/pgsty/minio.git
synced 2026-08-07 08:11:13 +03:00
Fix a bug on windows regarding blockSSE3 calculation
This commit is contained in:
@@ -1,5 +1,14 @@
|
||||
// +build amd64
|
||||
|
||||
// Copyright 2009 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 of
|
||||
// Golang project:
|
||||
// https://github.com/golang/go/blob/master/LICENSE
|
||||
|
||||
// Using this part of Minio codebase under the license
|
||||
// Apache License Version 2.0 with modifications
|
||||
|
||||
package sha1
|
||||
|
||||
const (
|
||||
|
||||
Reference in New Issue
Block a user