summaryrefslogtreecommitdiff
path: root/vendor/github.com/zeebo/blake3/Makefile
diff options
context:
space:
mode:
authorLibravatar tsmethurst <tobi.smethurst@protonmail.com>2022-01-24 17:35:13 +0100
committerLibravatar tsmethurst <tobi.smethurst@protonmail.com>2022-01-24 17:35:13 +0100
commitf28cf793ee53e8391c9eabbfba93afbc5b59936b (patch)
treefcd6ec6fc4fa011017fb30fce0f52fc947a4d226 /vendor/github.com/zeebo/blake3/Makefile
parentupdate remote account get/deref logic (diff)
downloadgotosocial-f28cf793ee53e8391c9eabbfba93afbc5b59936b.tar.xz
upgrade go-store
Diffstat (limited to 'vendor/github.com/zeebo/blake3/Makefile')
-rw-r--r--vendor/github.com/zeebo/blake3/Makefile11
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