X-Recipient: archive-cygwin@delorie.com
X-SWARE-Spam-Status: No, hits=-1.7 required=5.0	tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,T_TO_NO_BRKTS_FREEMAIL
X-Spam-Check-By: sourceware.org
Message-ID: <4C17BAF6.5060602@gmail.com>
Date: Tue, 15 Jun 2010 18:40:06 +0100
From: Dave Korn <dave.korn.cygwin@gmail.com>
User-Agent: Thunderbird 2.0.0.17 (Windows/20080914)
MIME-Version: 1.0
To: cygwin@cygwin.com
Subject: Re: bug in NINT() in gfortran
References: <737978.33107.qm@web25501.mail.ukl.yahoo.com>
In-Reply-To: <737978.33107.qm@web25501.mail.ukl.yahoo.com>
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit
X-IsSubscribed: yes
Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.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

