[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Help-gsl] Error handling
From: |
Raphael Mack |
Subject: |
Re: [Help-gsl] Error handling |
Date: |
Wed, 19 Jul 2006 22:29:04 +0200 |
Am Mittwoch, den 19.07.2006, 18:24 +0100 schrieb Brian Gough:
> At Wed, 19 Jul 2006 13:49:51 +0200,
> Raphael Mack wrote:
> > Am Dienstag, den 18.07.2006, 17:19 +0100 schrieb Brian Gough:
> > > You can use the standard C function fetestexcept() to check whether
> > > any IEEE exceptions were raised during a function call and then reset
> > > them if necessary.
> >
> > Thanks. But are these functions thread safe?
>
> Off the top of my head I don't know, if you find out can you let me
> know. Thanks.
mh. I didn't find out by googling, so I tried it out (GNU/Linux-2.6.16,
glibc-2.3.6) and it seems to be
thread safe... cool.
Rapha