github.com/etecs-ru/ristretto@v0.9.1/z/simd/stub_search_amd64.go (about)

     1  // Code generated by command: go run asm2.go -out search_amd64.s -stubs stub_search_amd64.go. DO NOT EDIT.
     2  
     3  package simd
     4  
     5  // Search finds the first idx for which xs[idx] >= k in xs.
     6  func Search(xs []uint64, k uint64) int16