mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-01-04 12:10:21 -05:00
Bumps [github.com/blevesearch/bleve/v2](https://github.com/blevesearch/bleve) from 2.4.4 to 2.5.0. - [Release notes](https://github.com/blevesearch/bleve/releases) - [Commits](https://github.com/blevesearch/bleve/compare/v2.4.4...v2.5.0) --- updated-dependencies: - dependency-name: github.com/blevesearch/bleve/v2 dependency-version: 2.5.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
8 lines
180 B
Go
8 lines
180 B
Go
//go:build arm64 && !gccgo && !appengine
|
|
// +build arm64,!gccgo,!appengine
|
|
|
|
package roaring
|
|
|
|
//go:noescape
|
|
func union2by2(set1 []uint16, set2 []uint16, buffer []uint16) (size int)
|