Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature Request: Copy-BFP function #129

Open
bastibe opened this issue Jan 16, 2023 · 0 comments
Open

Feature Request: Copy-BFP function #129

bastibe opened this issue Jan 16, 2023 · 0 comments
Labels
type:enhancement New feature or request

Comments

@bastibe
Copy link

bastibe commented Jan 16, 2023

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.

@mbanth mbanth added the type:enhancement New feature or request label Oct 24, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type:enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants