Skip to content

_addcarry_u64 only available on 64-bit platforms #157

@arnetheduck

Description

@arnetheduck

func addcarry_u64(carryIn: Carry, a, b: uint64, sum: var culonglong): Carry {.importc: "_addcarry_u64", intrinsics.}
- on 32-bit platforms this should revert to a 32-bit add-with-carry implementation on 32-bit limbs

This is relevant for extracting primitives into an intops library

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions