Re: Pentium 1.8Ghz / Windows 2000 / Delphi 6 problem

From: Joe Smith (joesmith323_at_hotmail.com)
Date: 10/29/04


Date: Fri, 29 Oct 2004 05:26:08 GMT

On Thu, 28 Oct 2004 12:38:03 +0200, "Frank de Groot"
<franciad@online.no> wrote:

>"Joe Smith" <joesmith323@hotmail.com> wrote in message
>
>> set8087cw(Default8087CW);
>>
>> before doing any calculations.
>
>
>Very good :)
>I do that too after having had terrible problems with the MS OpenGL DLL that
>misbehaves like that.
>
>
except now I read in some Intel documentation that if a single program
uses too many different values of the control word it adversely
impacts performance so now I am going to check to see if the control
word needs to be changed before I assign a value.