Skip to content
Snippets Groups Projects
  1. Jul 17, 2000
  2. Jul 16, 2000
    • sven.panne@aedion.de's avatar
      [project @ 2000-07-16 21:31:36 by panne] · e399710f
      sven.panne@aedion.de authored
      Document new -fstrictfp option
      e399710f
    • sven.panne@aedion.de's avatar
      [project @ 2000-07-16 21:10:48 by panne] · 2869e22f
      sven.panne@aedion.de authored
      This commit tries to fix the discrepancies between the results of
      floating point calculations during runtime and compile time, see
      e.g. fptools/ghc/tests/numeric/should_run/arith008.hs. Part of the
      story was the fact that floating point values are represented as
      Rationals in GHC and therefore never lost precision, at least for the
      operations for which constant folding is done. To compensate for this,
      before and after floating point operations the operands are
      temporarily converted to/from Float/Double. This is wrong, because
      host architecture and target architecture are confused this way, but
      in a non-cross-compiling scenario it works.
      2869e22f
    • sven.panne@aedion.de's avatar
      [project @ 2000-07-16 20:58:48 by panne] · c5684f87
      sven.panne@aedion.de authored
      Added new -fstrictfp flag
      c5684f87
    • sven.panne@aedion.de's avatar
      [project @ 2000-07-16 20:54:45 by panne] · af4c3872
      sven.panne@aedion.de authored
      * Fixed handling of filename arguments without extension
      * Added new -fstrictfp flag
      * Some cosmetic changes (unless/when instead of if)
      af4c3872
  3. Jul 15, 2000
  4. Jul 14, 2000
  5. Jul 13, 2000
  6. Jul 12, 2000
  7. Jul 11, 2000
Loading