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
Bring sanity to asm routines. Validate that all of them use scratch registers instead of arg registers, and that they save and restore values as appropriate on the DSP.
Maybe introduce "volatile" scratch registers that are known to never be saved across subroutine calls.
The text was updated successfully, but these errors were encountered:
Bring sanity to asm routines. Validate that all of them use scratch registers instead of arg registers, and that they save and restore values as appropriate on the DSP.
Maybe introduce "volatile" scratch registers that are known to never be saved across subroutine calls.
The text was updated successfully, but these errors were encountered: