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]

alternative to -ffloat-store on x86?



> Is -ffloat-store still the best way

For most purposes it never was the best way; but there are several
problems, and still no way to solve all of them at once.  By far the
most common discrepancies that real programs run into are roundoff
issues.  These are cured by setting the coprocessor to the same
rounding precision as the variables you declared in your source
program.  That precision setting is a user level function call and
GNU CC does not know anything about it.



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