Re: [hatari-devel] Re: FPU emulation issue with Q2 |
[ Thread Index | Date Index | More lists.tuxfamily.org/hatari-devel Archives ]
Le 26/04/2015 22:33, Douglas Little a écrit :
Yes I'll try to arrange a testcase during the week.
Hi
something as simple as this would be enough to help :
void test_fpu ( void )
{
/* do some fpu math that show the problem */
printf ( "..." );
}
int main ( int , char ** )
{
test_fpu ();
}
Nicolas
Mail converted by MHonArc 2.6.19+ | http://listengine.tuxfamily.org/ |