Hi Andre,

I have just one comment to patch.

+long double tanl(long double x)
+{
+#if defined(__arm__) || defined(_ARM_)
+    return sin(x) / cos(x);

Shouldn't that be instead return sinl (x) / cosl (x); ?

Otherwise patch is ok.

Thanks,
Kai

------------------------------------------------------------------------------
Slashdot TV.  
Video for Nerds.  Stuff that matters.
http://tv.slashdot.org/
_______________________________________________
Mingw-w64-public mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mingw-w64-public

Reply via email to