diff options
Diffstat (limited to 'vendor/github.com/dolthub/swiss/simd/match_amd64.go')
-rw-r--r-- | vendor/github.com/dolthub/swiss/simd/match_amd64.go | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/vendor/github.com/dolthub/swiss/simd/match_amd64.go b/vendor/github.com/dolthub/swiss/simd/match_amd64.go deleted file mode 100644 index 538c8e124..000000000 --- a/vendor/github.com/dolthub/swiss/simd/match_amd64.go +++ /dev/null @@ -1,9 +0,0 @@ -// Code generated by command: go run asm.go -out match.s -stubs match_amd64.go. DO NOT EDIT. - -//go:build amd64 - -package simd - -// MatchMetadata performs a 16-way probe of |metadata| using SSE instructions -// nb: |metadata| must be an aligned pointer -func MatchMetadata(metadata *[16]int8, hash int8) uint16 |