mirror of
https://github.com/status-im/nim-stint.git
synced 2025-02-16 08:57:18 +00:00
fix stint for https://github.com/nim-lang/Nim/pull/18050
This commit is contained in:
parent
ca897811df
commit
484031fdff
@ -123,6 +123,7 @@ when defined(mpint_test): # TODO stint_test
|
||||
|
||||
else:
|
||||
template uintImpl*(bits: static[int]): untyped =
|
||||
mixin UintImpl
|
||||
when bits >= 128: UintImpl[uintImpl(checkDiv2(bits))]
|
||||
elif bits == 64: uint64
|
||||
elif bits == 32: uint32
|
||||
|
Loading…
x
Reference in New Issue
Block a user