Enable stint_test (uint64 = 2xuint32)

This commit is contained in:
Mamy André-Ratsimbazafy 2019-09-25 14:59:54 +02:00
parent 9993b9dca4
commit 85797d2862
No known key found for this signature in database
GPG Key ID: 7B88AD1FE79492E1
1 changed files with 1 additions and 1 deletions

View File

@ -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