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/
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
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
) / (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
4 matches
Mail list logo