Closed
Description
Hey there,
m = UInt[2048](1000000000000000)
m *= UInt[2048](10000000000000000)
m //= UInt[2048](10000000000000000)
print(m)
# -4570789518076018688
m2 = UInt[256](1000000000000000)
m2 *= UInt[256](10000000000000000)
m2 //= UInt[256](10000000000000000)
print(m2)
"""
JIT session error: Symbols not found: [ __udivei4 ]
Failure value returned from cantFail wrapped call
Failed to materialize symbols: { (main, { main }) }
UNREACHABLE executed at /github/workspace/llvm/include/llvm/Support/Error.h:786!
Aborted (core dumped)
"""
Codon 0.15.4
Python 3.10
Metadata
Metadata
Assignees
Labels
No labels