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
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: