Y
Hacker News
new
|
ask
|
show
|
jobs
by
bishabosha
357 days ago
They explicitly casted it to an 'Int' on the mojo side, but the modular website claims that isnt a specific bit-width so i am surprised
1 comments
int_19h
357 days ago
It's not a specific bitwidth in a sense that it maps to whatever largest integer type is natively supported by the target architecture (i.e. basically 32-bit or 64-bit).
link