Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fpu support #9

Open
laudominik opened this issue Sep 17, 2023 · 0 comments
Open

fpu support #9

laudominik opened this issue Sep 17, 2023 · 0 comments

Comments

@laudominik
Copy link
Owner

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).

laudominik added a commit that referenced this issue Sep 19, 2023
laudominik added a commit that referenced this issue Sep 19, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant