Re: [hatari-devel] ImPerfect Falcon 512b demo? |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/hatari-devel Archives
]
On Sonntag, 14. Juli 2019 12:39:52 CEST Eero Tamminen wrote:
> instead of building the demo with real 060 support?
Maybe the demos were not specifically built for 060 (afaik that would only be
possible with gcc). I guess they were just build for 020 or better (or maybe
040), then run on 060.
Compiling for 060 would avoid such instructions, and directly call library
functions if needed. That would still be slower than using 68882 fpu, but
faster than having to catch the exception first, then jumping to the FPSP
which has to analyze the instructions to know what to do.