mirror of
https://github.com/minio/minio.git
synced 2025-11-06 20:33:07 -05:00
Add sha1 - AVX2 supported fast implementation, with some crc32c cleanup
This commit is contained in:
9
Makefile
9
Makefile
@@ -17,9 +17,14 @@ build-erasure:
|
||||
build-signify:
|
||||
@$(MAKE) $(MAKE_OPTIONS) -C pkgs/signify
|
||||
|
||||
build-cpu:
|
||||
@godep go test -race -coverprofile=cover.out github.com/minio-io/minio/pkgs/cpu
|
||||
|
||||
build-sha1:
|
||||
@godep go test -race -coverprofile=cover.out github.com/minio-io/minio/pkgs/checksum/sha1/
|
||||
|
||||
build-crc32c:
|
||||
@godep go test -race -coverprofile=cover.out github.com/minio-io/minio/pkgs/crc32c/cpu
|
||||
@godep go test -race -coverprofile=cover.out github.com/minio-io/minio/pkgs/crc32c
|
||||
@godep go test -race -coverprofile=cover.out github.com/minio-io/minio/pkgs/checksum/crc32c
|
||||
|
||||
build-split: build-strbyteconv
|
||||
@godep go test -race -coverprofile=cover.out github.com/minio-io/minio/pkgs/split
|
||||
|
||||
Reference in New Issue
Block a user