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
Previous versions of the asm files ignored the FP registers. So a fiber switch could corrupt the data left in the registers.
We should create a set of unit tests to check that this does not happen. I'm thinking something similar to the current SingleFiberSwitch and NestedFiberSwitch, but using floating point numbers instead of integers.
The hard part will be dealing with floating point rounding errors.
The text was updated successfully, but these errors were encountered:
RichieSams
changed the title
Add units tests to check that the Floating Point regsiters are being properly saved
Add units tests to check that the Floating Point registers are being properly saved
Mar 22, 2017
Previous versions of the asm files ignored the FP registers. So a fiber switch could corrupt the data left in the registers.
We should create a set of unit tests to check that this does not happen. I'm thinking something similar to the current SingleFiberSwitch and NestedFiberSwitch, but using floating point numbers instead of integers.
The hard part will be dealing with floating point rounding errors.
The text was updated successfully, but these errors were encountered: