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

Support x87 FPU #157

Open
perlun opened this issue Jul 18, 2019 · 0 comments
Open

Support x87 FPU #157

perlun opened this issue Jul 18, 2019 · 0 comments
Labels

Comments

@perlun
Copy link
Contributor

perlun commented Jul 18, 2019

At the moment, running any FPU instruction leads to this:

image

The reason it's not supported is because the FPU registers are not handled by hardware multitasking (which we currently use). To support FPU, we would have to manually save them (for tasks that are using the FPU) and restore before context switching back to it, so it's a bit of work to fix this properly.

@perlun perlun added the storm label Jul 18, 2019
@perlun perlun changed the title Support FPU Support x87 FPU Jul 18, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant