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
Fpu should be either as a separate device connected to some bus or a part of cpu (more accurate/easier as fpu is integrated to modern chips).
Dev note:
could probably use std::stack, also we should consider whether we want 80bit fpu registers (it would require basic support of IEEE operations on them) or just use native double type (then accuracy is 64bit).
The text was updated successfully, but these errors were encountered:
Fpu should be either as a separate device connected to some bus or a part of cpu (more accurate/easier as fpu is integrated to modern chips).
Dev note:
could probably use std::stack, also we should consider whether we want 80bit fpu registers (it would require basic support of IEEE operations on them) or just use native double type (then accuracy is 64bit).
The text was updated successfully, but these errors were encountered: