Skip to content

Emulate non-native instrs (e.g. uint128) #196

@jon-chuang

Description

@jon-chuang

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

No one assigned

    Labels

    mcp: acceptedA major change to the compiler that has been accepted.t: enhancementA new feature or improvement to an existing one.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions