This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: alternative to -ffloat-store on x86?


>>>>> "TCB" == Theodore C Belding <streak@umich.edu> writes:

 TCB> My program is in C++; do you have a code snippet that would work in C++,
 TCB> or would 
 TCB> __setfpucw ((_FPU_DEFAULT & ~_FPU_EXTENDED) | _FPU_DOUBLE);
 TCB> work in gcc/g++ as well as g77?

It's generic.  See the complete constructor function example.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]