forked from External/ergo
Use []uint32 in bitset instead of []uint64, because it's harder to guarantee 64-bit alignment of []uint64 than I had realized: https://go101.org/article/memory-layout.html |
||
|---|---|---|
| .. | ||
| modes.go | ||
| modes_test.go | ||
Use []uint32 in bitset instead of []uint64, because it's harder to guarantee 64-bit alignment of []uint64 than I had realized: https://go101.org/article/memory-layout.html |
||
|---|---|---|
| .. | ||
| modes.go | ||
| modes_test.go | ||