Skip to content

Feature Request: Copy-BFP function #129

@bastibe

Description

@bastibe

We regularly need to copy values from one BFP to another, e.g. as temporary storage in an accumulator, or to safely handle function arguments.

At the moment, we do this by zeroing the destination BFP, then adding the source BFP. But that's inefficient. An explicit copy-function could skip one pass through the BFP memory.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions