Skip to content

What does this warning mean: "DLL attempted to change FPU control word from 8001f to 9001f"

1 message · S Ellison

#
There's a note on this issue at
http://www.nag.co.uk/numeric/RunderWindows.asp 

which claims it can 'safely be ignored'. 

Your mileage may vary, I presume. 

I had the same error message under a previous version (but with a
different library and during installation, not loading, some packages)
and never observed a visible problem. However, I'd be more than willing
to accept that one would not notice changes to FPU precision for many
applications; core R authors seem to have chosen algorithms that are not
badly affected by limited precision. That doesn't mean it would have no
effect for any application, though.

S
On 14/05/2010 5:00 PM, Ted Byers wrote:
and it is
data from
selection of
variates,
two
Java,
or
close to
wrote
Consequently, I
I
libmySQL.dll<http://www.stat.berkeley.edu/classes/s133/libmySQL.dll>,
says
That message means that the RMySQL libraries are trying to mess with
the 
precision of the computations in the rest of your session.    It might

be safe; R fixes the first attempt.  But if the libraries try again, R

won't fix them, and the rest of your computations will be less accurate

than they should be.  It's probably not safe to ignore the warning.   
(This might be unintentional; many Microsoft libraries do this.  But it

is unsafe to use them.)

The safe advice is to recompile the relevant libraries in an
environment 
that doesn't mess with things that don't belong to it.  If this is 
impractical, another safe alternative is to just stop using that 
package.  If this is also impractical, then you should expect your 
computations in R to be less accurate than they should be, and you 
should complain to the supplier of the badly written library that
causes 
the problems.

Duncan Murdoch

______________________________________________
R-help at r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help 
PLEASE do read the posting guide
http://www.R-project.org/posting-guide.html 
and provide commented, minimal, self-contained, reproducible code.

*******************************************************************
This email and any attachments are confidential. Any use...{{dropped:8}}