updated mishmash.go
This commit is contained in:
parent
9f40f8d2d7
commit
edb1838d73
@ -9,7 +9,7 @@ import (
|
|||||||
|
|
||||||
const (
|
const (
|
||||||
UINT32_RESULTS_MASK uint64 = 0x00000000FFFFFFFF
|
UINT32_RESULTS_MASK uint64 = 0x00000000FFFFFFFF
|
||||||
NUM_PRIMES = 256
|
NUM_PRIMES = 0x100
|
||||||
)
|
)
|
||||||
|
|
||||||
type PrimesSet [NUM_PRIMES]uint32
|
type PrimesSet [NUM_PRIMES]uint32
|
||||||
|
Loading…
x
Reference in New Issue
Block a user