Am 27.08.2014 um 22:40 schrieb Kai Tietz:
> 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); ?

My build hasn't complained about sinl & cosl yet, maybe because they depend on 
the internal functions...
This is still valid, remember double == long double on ARM

------------------------------------------------------------------------------
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