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
I have a data table (512 uint64s) that I'd like to be able to index from PeachPy. It is possible to access a global Go symbol via the SB pseudo-register?
My work-around at the moment is to pass the table as an extra slice to my function.
The text was updated successfully, but these errors were encountered:
I have a data table (512 uint64s) that I'd like to be able to index from PeachPy. It is possible to access a global Go symbol via the
SB
pseudo-register?My work-around at the moment is to pass the table as an extra slice to my function.
The text was updated successfully, but these errors were encountered: