vendor: Mega update all dependencies
GitHub-Pull-Request: https://github.com/syncthing/syncthing/pull/4080
This commit is contained in:
2
vendor/github.com/cznic/mathutil/bits.go
generated
vendored
2
vendor/github.com/cznic/mathutil/bits.go
generated
vendored
@@ -149,7 +149,7 @@ func BitLenUintptr(n uintptr) int {
|
||||
|
||||
// PopCountByte returns population count of n (number of bits set in n).
|
||||
func PopCountByte(n byte) int {
|
||||
return int(popcnt[byte(n)])
|
||||
return int(popcnt[n])
|
||||
}
|
||||
|
||||
// PopCountUint16 returns population count of n (number of bits set in n).
|
||||
|
||||
Reference in New Issue
Block a user