Ignore:
Timestamp:
Jun 27, 2001, 9:09:36 PM (24 years ago)
Author:
sandervl
Message:

stack alignment change

File:
1 edited

Legend:

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

    r6132 r6133  
    1 /* $Id: thread.cpp,v 1.30 2001-06-27 15:34:41 sandervl Exp $ */
     1/* $Id: thread.cpp,v 1.31 2001-06-27 19:09:35 sandervl Exp $ */
    22
    33/*
     
    132132  Win32DllBase::attachThreadToAllDlls();          //send DLL_THREAD_ATTACH message to all dlls
    133133
    134   //SvL: Leave this here. For some weird reason this affects performance
    135   //     of floating point apps. (at least for one fortan benchmark)
    136   double tmp;
    137134  //Set FPU control word to 0x27F (same as in NT)
    138135  CONTROL87(0x27F, 0xFFF);
Note: See TracChangeset for help on using the changeset viewer.