From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.org/gmane.linux.lib.musl.general/6308 Path: news.gmane.org!not-for-mail From: Rich Felker Newsgroups: gmane.linux.lib.musl.general Subject: Re: =?utf-8?B?5Zue5aSN77yaIFttdXNs?= =?utf-8?Q?=5D_=5Bmath=5D_The_math_librar?= =?utf-8?Q?y?= have some bug forceil,floor,round functioin, in arm mode Date: Mon, 13 Oct 2014 23:03:25 -0400 Message-ID: <20141014030325.GM32028@brightrain.aerifal.cx> References: <20141014024238.GL32028@brightrain.aerifal.cx> Reply-To: musl@lists.openwall.com NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Trace: ger.gmane.org 1413255860 21866 80.91.229.3 (14 Oct 2014 03:04:20 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 14 Oct 2014 03:04:20 +0000 (UTC) Cc: musl To: bobodog <8192542@qq.com> Original-X-From: musl-return-6321-gllmg-musl=m.gmane.org@lists.openwall.com Tue Oct 14 05:04:13 2014 Return-path: Envelope-to: gllmg-musl@plane.gmane.org Original-Received: from mother.openwall.net ([195.42.179.200]) by plane.gmane.org with smtp (Exim 4.69) (envelope-from ) id 1XdsPE-0006Xe-6L for gllmg-musl@plane.gmane.org; Tue, 14 Oct 2014 05:04:12 +0200 Original-Received: (qmail 22427 invoked by uid 550); 14 Oct 2014 03:04:11 -0000 Mailing-List: contact musl-help@lists.openwall.com; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: Original-Received: (qmail 22235 invoked from network); 14 Oct 2014 03:03:41 -0000 Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) Original-Sender: Rich Felker Xref: news.gmane.org gmane.linux.lib.musl.general:6308 Archived-At: On Tue, Oct 14, 2014 at 10:51:58AM +0800, bobodog wrote: > Test it in qemu-system-arm, with soft fp, realview-pb-a8 platform‍ > > we porting musl to our project, and just write test functions to > test cases, i don't kown, how to test musl in origin test cases. Can you show a complete test program with correct prototypes for printf, ceil, floor, and round that exhibits the problem for you? Rich