Date: Wed, 4 May 2005 17:43:25 -0400 (EDT) From: Daniel Eischen <deischen@freebsd.org> To: Marc Olzheim <marcolz@stack.nl> Cc: freebsd-threads@freebsd.org Subject: Re: Floating point exceptions with -pthread Message-ID: <Pine.GSO.4.43.0505041741310.498-100000@sea.ntplx.net> In-Reply-To: <20050504205745.GH76171@stack.nl>
next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, 4 May 2005, Marc Olzheim wrote: > On Wed, May 04, 2005 at 10:22:00PM +0200, Marc Olzheim wrote: > > So it really seems to be in the floorf() and ceilf() code. > > Say, isn't that instruction supposed to read 'flds -8(%ebp);' ? (mark > the '-') No, 8(%ebp) is where the function's argument is (the first instruction is a pushl, then %ebp is assigned from %esp). -- DE
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.GSO.4.43.0505041741310.498-100000>