|
From: Florian K. <br...@ac...> - 2012-09-03 15:18:35
|
On 09/03/2012 10:24 AM, Julian Seward wrote: > On Sunday, September 02, 2012, Florian Krohm wrote: >> I would like to propose that we make the following changes related to >> emulation warnings: >> >> (1) Issue emulation warnings by default. Currently, we don't do that >> (2) Issue a particular warning only once. Currently, we issue it up >> to three times. > > The reason it doesn't show them by default is that it generates a whole > bunch of noise on x86(_64). Yeah, this is what I thought, too. After all most emwarns are for that platform. I did some trial runs with enabled emulation warnings but none were issued. > And > also, for people using the Intel compilers, the Intel runtime library > messes with the FPU settings in a way which cause an emwarn at startup > each time. Along the lines of "it is asking for a fast-but-inaccurate > FP mode (RAZ/DAZ), but I can't do that, so I'm going to remain in the > slower-but-accurate mode". OK, I get that and see why you don't want to change the default. Florian |