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
Sometimes you know that the epiphany can't receive any interrupts while your program is running (e.g. because all interrupts are masked, as is the default).
In these cases I believe it is unnecessary to disable and reenable interrupts around arithmode switches, and doing so sometimes costs noticeable performance in cases where floating point and integer arithmetic is mixed.
Therefore, it would be useful to have a flag to choose whether or not interrupts should be disabled when switching arithmode.
The text was updated successfully, but these errors were encountered:
Sometimes you know that the epiphany can't receive any interrupts while your program is running (e.g. because all interrupts are masked, as is the default).
In these cases I believe it is unnecessary to disable and reenable interrupts around arithmode switches, and doing so sometimes costs noticeable performance in cases where floating point and integer arithmetic is mixed.
Therefore, it would be useful to have a flag to choose whether or not interrupts should be disabled when switching arithmode.
The text was updated successfully, but these errors were encountered: