This is the mail archive of the
cygwin
mailing list for the Cygwin project.
Re: bug in NINT() in gfortran
- From: Dave Korn <dave dot korn dot cygwin at gmail dot com>
- To: cygwin at cygwin dot com
- Date: Tue, 15 Jun 2010 18:40:06 +0100
- Subject: Re: bug in NINT() in gfortran
- References: <737978.33107.qm@web25501.mail.ukl.yahoo.com>
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