public inbox for gsl-discuss@sourceware.org
 help / color / mirror / Atom feed
From: "Brian Gladman" <brg@gladman.plus.com>
To: <gsl-discuss@sourceware.org>
Subject: GSL 1.14.91 Test Release
Date: Sun, 01 May 2011 13:41:00 -0000	[thread overview]
Message-ID: <0D8EB1B04D804720822C2911C9312228@MobileSlave> (raw)

Thank you for solving the C99 issues.

I have one minor issue with finite(x) on Microsoft VC++.

I had thought that GSL uses finite(x) throughout for this internally but 
defines it as isfinite(x) when this is available.   Otherwise finite(x) is 
mapped to gsl_finite(x) to allow an architecture specific implementation to 
be provided.

However cquad.c uses isfinite(x) directly and hence bypasses the alternative 
version when isfinite is not available (which it isn't in VC++) and causes a 
linking failure.

I can cope with this but I am wondering whether I have to cope with both 
finite(x) and isfinite(x) use within GSL.

   best regards,  Brian Gladman

             reply	other threads:[~2011-05-01 13:41 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-05-01 13:41 Brian Gladman [this message]
2011-05-02 22:36 ` Brian Gough
2011-05-01 14:32 Brian Gladman

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=0D8EB1B04D804720822C2911C9312228@MobileSlave \
    --to=brg@gladman.plus.com \
    --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).