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

Add support for 040/060 FPUs #4

Open
mikrosk opened this issue Mar 7, 2021 · 0 comments
Open

Add support for 040/060 FPUs #4

mikrosk opened this issue Mar 7, 2021 · 0 comments

Comments

@mikrosk
Copy link
Member

mikrosk commented Mar 7, 2021

As the 68040/68060 FPU have several instructions emulated, the current check based on -mhard-float (or __HAVE_68881__ to be precise) isn't enough. We should check also for given CPU macro and not enable instructions which are emulated so when compiled with -m68040 or -m68060 the library will be 100% exception-free.

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