Re: [hatari-devel] FPU update |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/hatari-devel Archives
]
Am Tue, 7 Feb 2017 19:10:07 +0200
schrieb Toni Wilen <twilen@xxxxxxxxxx>:
> >> Ok the archive has been updated - fpudtest.tos has changed, the
> >> rest is the same. This fixes the issue with 96bit operand
> >> printing.
> >
> > Thanks. Screenshot attached again, same 3 errors but operands seems
> > to make more sense now :) Also all following tests pass.
>
> All tests pass now in softfloat mode. More difficult tests required :)
> (Latest update is now in winuae git repository)
Thanks, I've now merged your changes into Hatari, too!
There was just one oddity: The linker complained about non-existing
functions to_double, to_single and to_extend in newcpu.c ... I've
changed that to fpp_to_double, fpp_to_single and fpp_to_extend instead
to make it compile again. What about WinUAE? Is this change still
missing in the repository, or did I just miss something while porting
the patches over?
Thomas