This is the mail archive of the gcc-patches@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: Complex Division Patch (reprise)



> Here's a second version of the Complex Division patch

This gets through the complex variable tests that I have available,
but

  1) It does poorly when -ffast-math is turned on.  Please do not
  use fast-math for this switch.  Make up a new switch with a
  different name.

  2) The new and old methods do not always give identical results.
  Please leave the old method as the default (for C language).
  C9X will have some kind of pragma to control the behavior.



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