mirror of
https://github.com/status-im/nim-stint.git
synced 2025-02-22 20:08:25 +00:00
Enable stint_test (uint64 = 2xuint32)
This commit is contained in:
parent
9993b9dca4
commit
85797d2862
@ -100,7 +100,7 @@ template checkDiv2(bits: static[int]): untyped =
|
|||||||
doAssert bits >= 8, "The number of bits in a should be greater or equal to 8"
|
doAssert bits >= 8, "The number of bits in a should be greater or equal to 8"
|
||||||
bits div 2
|
bits div 2
|
||||||
|
|
||||||
when defined(mpint_test): # TODO stint_test
|
when defined(stint_test): # TODO stint_test
|
||||||
template uintImpl*(bits: static[int]): untyped =
|
template uintImpl*(bits: static[int]): untyped =
|
||||||
# Test version, StUint[64] = 2 uint32. Test the logic of the library
|
# Test version, StUint[64] = 2 uint32. Test the logic of the library
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user