Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 18 Jan 2004 19:53:52 -0800
From:      Marcel Moolenaar <marcel@xcllnt.net>
To:        src-committers@FreeBSD.ORG, cvs-src@FreeBSD.ORG, cvs-all@FreeBSD.ORG
Subject:   Re: cvs commit: src/lib/libc/gdtoa Makefile.inc _hdtoa.c src/lib/libc/stdio vfprintf.c
Message-ID:  <20040119035352.GA38478@itanium.pn.xcllnt.net>
In-Reply-To: <20040118230313.GB56462@VARK.homeunix.com>
References:  <200401181032.i0IAWoMh012953@repoman.freebsd.org> <20040118103340.GA44149@VARK.homeunix.com> <20040118210356.GA82925@dhcp01.pn.xcllnt.net> <20040118215632.GA56462@VARK.homeunix.com> <20040118230313.GB56462@VARK.homeunix.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Sun, Jan 18, 2004 at 03:03:13PM -0800, David Schultz wrote:
> On Sun, Jan 18, 2004, David Schultz wrote:
> > The correct result is 4.940656e-324, which is denormalized.  Some
> > architectures generate a trap for denormals and expect them to be
> > handled in software, but I didn't think that IA64 was one of them.
> > I'm looking over the IA64 architecture manual now to see if I can
> > figure out what's going on...
> 
> Upon further examination, it looks like IA64 *does* delegate the
> edge cases of the IEEE 754 standard to software, unlike the x86.

Correct.

> This implies that there may be a problem with the software assist
> routines that the kernel calls when it gets a trap.  I don't have
> any IA64 hardware to muck around with, though, so I can't tell you
> anything more.

Since we have infrequent SIGFPEs in top(1) as well, I knew something
was not quite right. I just never got around analyzing what goes
wrong exactly. I'll look into it.

Thanks,

-- 
 Marcel Moolenaar	  USPA: A-39004		 marcel@xcllnt.net



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040119035352.GA38478>