public inbox for gsl-discuss@sourceware.org
 help / color / mirror / Atom feed
From: Brian Gough <bjg@network-theory.co.uk>
To: gsl-discuss@sourceware.org
Subject: Re: test release gsl-1.9.90.tar.gz
Date: Thu, 13 Sep 2007 19:34:00 -0000	[thread overview]
Message-ID: <m3ir6e4axp.wl%bjg@network-theory.co.uk> (raw)
In-Reply-To: <20070913163014.GA8133@hippogriff.physics.drexel.edu>

At Thu, 13 Sep 2007 10:30:14 -0600,
Patrick Alken wrote:
> I am wondering if maybe the version of gcc (3.2.3) is causing the
> problem. I tried make check again on another 64 bit machine with gcc
> 4.1.1 and everything went ok.

It's possible, but it doesn't necessarily indicate a problem with the
compiler itself.  It depends whether the value was computed with SSE
or X87 instructions.

The starting values of the recurrence were O(1e-310).  These would
underflow to zero in SSE arithmetic, which does not have denormalised
numbers, so the final result would be zero.  With X87 instructions,
there wouldn't be any underflow, and the final result comes out ok.

-- 
Brian Gough

  reply	other threads:[~2007-09-13 19:34 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-09-11  9:19 Brian Gough
2007-09-11 18:39 ` Patrick Alken
2007-09-12 17:04   ` Brian Gough
2007-09-13 13:45   ` Brian Gough
2007-09-13 16:30     ` Patrick Alken
2007-09-13 19:34       ` Brian Gough [this message]
2007-09-12  8:21 ` Aleksej Saushev
2007-09-12  8:48   ` Brian Gough
2007-09-12 20:12     ` Jari Häkkinen
2007-09-12 21:02   ` Tommy Nordgren
2007-09-12 21:03     ` Tommy Nordgren
2007-09-13  8:12     ` Aleksej Saushev
2007-09-13  9:42       ` Tommy Nordgren
2007-09-12 21:16 ` Oliver Jennrich
2007-09-13 12:42   ` Brian Gough

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=m3ir6e4axp.wl%bjg@network-theory.co.uk \
    --to=bjg@network-theory.co.uk \
    --cc=gsl-discuss@sourceware.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).