Re: [hatari-devel] ImPerfect Falcon 512b demo? |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/hatari-devel Archives
]
On Montag, 15. Juli 2019 22:38:00 CEST Toni Wilen wrote:
> Host mode can't work with FPSP.
Are you sure about that? I guess with "host mode" you mean using the normal
math library of the host for FPU instructions. But the check whether a certain
FPU instruction is supported or not should be done before that, so illegal
instruction should still be thrown. Only other FPU exceptions like divide zero
etc. might not work, but they are masked by default, and i've not yet seen any
program than unmasks them just to catch the exceptions.