mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2024-11-24 04:36:38 +00:00
10 lines
306 B
Go
10 lines
306 B
Go
|
// 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
|