llrint() into math.h

2006-09-20 Thread Víctor Paesa
Hi, I understand that currently, the llrint() function is only available for -mno-cygwin compiled programs: $ fgrep llrint $(find /usr/include -name '*.h') /usr/include/mingw/math.h:extern long long __cdecl llrint (double); /usr/include/mingw/math.h:extern long long __cdecl llrintf (float); /usr/

Re: llrint() into math.h

2006-09-20 Thread Víctor Paesa
Víctor Paesa wrote: > > Hi, > > > > I understand that currently, the llrint() function is only available > > for -mno-cygwin compiled programs: > > > > $ fgrep llrint $(find /usr/include -name '*.h') > > /usr/include/mingw/math.h:extern long

Re: llrint() into math.h

2006-11-24 Thread Víctor Paesa
Hi, >>> I will ask in newlib list, as you have kindly suggested. >> >> I have interest in llrint too. What did the newlib-guys answer? > > Victor never asked, from the looks of it. Right, I changed mind and never wrote, I decided to add it into my sources via this: #ifndef llrint inline long lo

log2f() in 1.7.8

2011-03-02 Thread Víctor Paesa
) / (float_t) _M_LOG2_E) #endif This change broke the compilation of ffmpeg. Would it be possible to use again "float", instead of "float_t" ? Thanks in advance, Víctor Paesa -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.co