summaryrefslogtreecommitdiff
path: root/vendor/github.com/zeebo/xxh3/Makefile
diff options
context:
space:
mode:
authorLibravatar kim <89579420+NyaaaWhatsUpDoc@users.noreply.github.com>2024-04-02 11:03:40 +0100
committerLibravatar GitHub <noreply@github.com>2024-04-02 12:03:40 +0200
commitadf345f1ec0cb76a0df94a4505143d891659cba9 (patch)
treee0cca289c0a50f30191d4b65a2c336704570e470 /vendor/github.com/zeebo/xxh3/Makefile
parent[feature] Option to hide followers/following (#2788) (diff)
downloadgotosocial-adf345f1ec0cb76a0df94a4505143d891659cba9.tar.xz
[chore] bump go structr cache version -> v0.6.0 (#2773)
* update go-structr library -> v0.6.0, add necessary wrapping types + code changes to support these changes * update readme with go-structr package changes * improved wrapping of the SliceCache type * add code comments for the cache wrapper types * remove test.out :innocent: --------- Co-authored-by: tobi <31960611+tsmethurst@users.noreply.github.com>
Diffstat (limited to 'vendor/github.com/zeebo/xxh3/Makefile')
-rw-r--r--vendor/github.com/zeebo/xxh3/Makefile27
1 files changed, 0 insertions, 27 deletions
diff --git a/vendor/github.com/zeebo/xxh3/Makefile b/vendor/github.com/zeebo/xxh3/Makefile
deleted file mode 100644
index 8bd78c482..000000000
--- a/vendor/github.com/zeebo/xxh3/Makefile
+++ /dev/null
@@ -1,27 +0,0 @@
-.PHONY: all vet
-all: genasm _compat
-
-genasm: avo/avx.go avo/sse.go
- cd ./avo; go generate gen.go
-
-clean:
- rm accum_vector_avx_amd64.s
- rm accum_vector_sse_amd64.s
- rm _compat
-
-upstream/xxhash.o: upstream/xxhash.h
- ( cd upstream && make )
-
-_compat: _compat.c upstream/xxhash.o
- gcc -o _compat _compat.c ./upstream/xxhash.o
-
-vet:
- GOOS=linux GOARCH=386 GO386=softfloat go vet ./...
- GOOS=windows GOARCH=386 GO386=softfloat go vet ./...
- GOOS=linux GOARCH=amd64 go vet ./...
- GOOS=windows GOARCH=amd64 go vet ./...
- GOOS=darwin GOARCH=amd64 go vet ./...
- GOOS=linux GOARCH=arm go vet ./...
- GOOS=linux GOARCH=arm64 go vet ./...
- GOOS=windows GOARCH=arm64 go vet ./...
- GOOS=darwin GOARCH=arm64 go vet ./... \ No newline at end of file