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
Describe the bug
FPU is deactivated inside tx_thread_schedule.S v6.4.1
Is it the correct behavior ?
I would expect the FS bit from the mstatus not to be reset to 0. Otherwise it will cause a trap if you try to access a FP register afterwards.
The text was updated successfully, but these errors were encountered:
Describe the bug
FPU is deactivated inside tx_thread_schedule.S v6.4.1
Is it the correct behavior ?
I would expect the FS bit from the mstatus not to be reset to 0. Otherwise it will cause a trap if you try to access a FP register afterwards.
The text was updated successfully, but these errors were encountered: