Ignore:
Timestamp:
Apr 18, 2000, 10:06:38 PM (25 years ago)
Author:
sandervl
Message:

set fpu control word for threads

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/kernel32/thread.cpp

    r3128 r3422  
    1 /* $Id: thread.cpp,v 1.24 2000-03-16 19:20:40 sandervl Exp $ */
     1/* $Id: thread.cpp,v 1.25 2000-04-18 20:06:38 sandervl Exp $ */
    22
    33/*
     
    132132  Win32DllBase::attachThreadToAllDlls();          //send DLL_THREAD_ATTACH message to all dlls
    133133
     134  //Set default FPU control word (no exceptions); same as in NT
     135  _control87(0x27F, 0xFFF);
    134136  rc = winthread(userdata);
    135137
Note: See TracChangeset for help on using the changeset viewer.