aboutsummaryrefslogtreecommitdiffstats
path: root/vendor/github.com/minio/md5-simd/md5-server_fallback.go
blob: 7814dada3cbe4d0c3ba73e3ea5e204de8b68bdc6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
//+build !amd64 appengine !gc noasm

// Copyright (c) 2020 MinIO Inc. All rights reserved.
// Use of this source code is governed by a license that can be
// found in the LICENSE file.

package md5simd

// NewServer - Create new object for parallel processing handling
func NewServer() *fallbackServer {
	return &fallbackServer{}
}