You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: