Thanks for such nice work! I hope someone would accept it. Kai has been away for days.
------------------ Best regards, lh_mouse 2016-09-08 ------------------------------------------------------------- 发件人:Thomas Bickel <[email protected]> 发送日期:2016-09-08 21:01 收件人:mingw-w64-public 抄送: 主题:Re: [Mingw-w64-public] sinl/cosl/tanl accuracy problem On 07.09.2016 17:21, lhmouse wrote: > (I don't write AT&T assembly so I am unable to make a patch. > Nevertheless I hope someone who writes AT&T assembly could fix it.) I don't have time to write a patch but I can donate some code that AFAIK does what you need for the sin functions. >gcc -m32 sinl32.s sin.c >a sinl = -5.421010862427522170037264e-020 my_sinl = -0.000000000000000000000000e+000 sin = 1.224606353822377258211418e-016 my_sin = 1.225148454908620010428422e-016 sinf = -8.7422776573475858e-008 my_sinf = -8.7422780003674585e-008 >gcc -m64 sinl64.s sin.c >a sinl = -5.421010862427522170037264e-020 my_sinl = -0.000000000000000000000000e+000 sin = 1.224606353822377258211418e-016 my_sin = 1.225148454908620010428422e-016 sinf = -8.7422776573475858e-008 my_sinf = -8.7422776573475858e-008 Regards Thomas ------------------------------------------------------------------------------ _______________________________________________ Mingw-w64-public mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mingw-w64-public ------------------------------------------------------------------------------ _______________________________________________ Mingw-w64-public mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mingw-w64-public
