Changeset 6133 for trunk/src/kernel32/thread.cpp
- Timestamp:
- Jun 27, 2001, 9:09:36 PM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kernel32/thread.cpp
r6132 r6133 1 /* $Id: thread.cpp,v 1.3 0 2001-06-27 15:34:41sandervl Exp $ */1 /* $Id: thread.cpp,v 1.31 2001-06-27 19:09:35 sandervl Exp $ */ 2 2 3 3 /* … … 132 132 Win32DllBase::attachThreadToAllDlls(); //send DLL_THREAD_ATTACH message to all dlls 133 133 134 //SvL: Leave this here. For some weird reason this affects performance135 // of floating point apps. (at least for one fortan benchmark)136 double tmp;137 134 //Set FPU control word to 0x27F (same as in NT) 138 135 CONTROL87(0x27F, 0xFFF);
Note:
See TracChangeset
for help on using the changeset viewer.