diff options
| author | 2022-01-24 17:35:13 +0100 | |
|---|---|---|
| committer | 2022-01-24 17:35:13 +0100 | |
| commit | f28cf793ee53e8391c9eabbfba93afbc5b59936b (patch) | |
| tree | fcd6ec6fc4fa011017fb30fce0f52fc947a4d226 /vendor/github.com/zeebo/blake3/Makefile | |
| parent | update remote account get/deref logic (diff) | |
| download | gotosocial-f28cf793ee53e8391c9eabbfba93afbc5b59936b.tar.xz | |
upgrade go-store
Diffstat (limited to 'vendor/github.com/zeebo/blake3/Makefile')
| -rw-r--r-- | vendor/github.com/zeebo/blake3/Makefile | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/vendor/github.com/zeebo/blake3/Makefile b/vendor/github.com/zeebo/blake3/Makefile deleted file mode 100644 index f98f0f093..000000000 --- a/vendor/github.com/zeebo/blake3/Makefile +++ /dev/null @@ -1,11 +0,0 @@ -asm: internal/alg/hash/hash_avx2/impl_amd64.s internal/alg/compress/compress_sse41/impl_amd64.s - -internal/alg/hash/hash_avx2/impl_amd64.s: avo/avx2/*.go - ( cd avo; go run ./avx2 ) > internal/alg/hash/hash_avx2/impl_amd64.s - -internal/alg/compress/compress_sse41/impl_amd64.s: avo/sse41/*.go - ( cd avo; go run ./sse41 ) > internal/alg/compress/compress_sse41/impl_amd64.s - -.PHONY: test -test: - go test -race -bench=. -benchtime=1x |
