-
Notifications
You must be signed in to change notification settings - Fork 246
Closed
Labels
mcp: acceptedA major change to the compiler that has been accepted.A major change to the compiler that has been accepted.t: enhancementA new feature or improvement to an existing one.A new feature or improvement to an existing one.
Description
One can possibly fully/partially emulate uint128 functionality by representing as two uint64s or whichever other capabilities are available. One can implement this generically so that any uint e.g. uint64 can be emulated with lower capabilities, e.g. uint32.
While this emulation can be done on the user side, it seems cleaner to expose emulated capabilities.
Metadata
Metadata
Assignees
Labels
mcp: acceptedA major change to the compiler that has been accepted.A major change to the compiler that has been accepted.t: enhancementA new feature or improvement to an existing one.A new feature or improvement to an existing one.