This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: bug in NINT() in gfortran


On 15/06/2010 07:57, Marco Atzeri wrote:

> Testing similar functions I found that we have  
> "undefined reference to `_llround'"
> "undefined reference to `_llroundf'"
> 
> It seems that we are incorrectly looking in
> newlib/libm/machine/spu
> 
> while the functionalities exist in
> newlib/libm/common/s_llround.c
> newlib/libm/common/sf_llround.c

  I thought it was just because we are failing to export them in the
cygwin.din file.  The correct .o files are compiled as part of the newlib libm
build.

> llrint and llrintf have not such problem.

  We have fast x87 FPU versions of those.

    cheers,
      DaveK


--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]