mirror of
https://bitbucket.org/s_l_teichmann/mtsatellite
synced 2024-11-08 11:10:27 +01:00
BigMin unit test now passes.
This commit is contained in:
parent
f75e1015af
commit
abaef4936c
|
@ -252,8 +252,8 @@ func NaiveBigMin(minz, maxz, zcode int64) int64 {
|
|||
const (
|
||||
bits = 12
|
||||
msb = uint8(3*bits - 1)
|
||||
mask = int64(0x924924924924924)
|
||||
full = int64(0xfffffffffffffff)
|
||||
mask = int64(0x924924924)
|
||||
full = int64(0xfffffffff)
|
||||
)
|
||||
|
||||
func setbits(p uint8, v int64) int64 {
|
||||
|
|
Loading…
Reference in New Issue
Block a user