<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
Bayley, Alistair wrote:
<blockquote
 cite="mid125EACD0CAE4D24ABDB4D148C4593DA901BDFAB0@GBLONXMB02.corp.amvescap.net"
 type="cite">
  <blockquote type="cite">
    <pre wrap="">[<a class="moz-txt-link-freetext" href="mailto:haskell-cafe-bounces@haskell.org">mailto:haskell-cafe-bounces@haskell.org</a>] On Behalf Of Andrew Coppin

Donald Bruce Stewart wrote:
    </pre>
    <blockquote type="cite">
      <pre wrap="">Some things to remember using Doubles:

    * {-# OPTIONS -fexcess-precision #-} 
    * -fvia-C
    * -fbang-patterns
    * -optc-O2 -optc-mfpmath=sse -optc-msse2
    * -optc-march=pentium4
      </pre>
    </blockquote>
    <pre wrap="">1. What do all those things do?
2. Is the effect actually that large?
    </pre>
  </blockquote>
  <pre wrap=""><!---->
Large? Depends what you mean by large, but adding a few flags to get
just a 10-20% speedup isn't to be ignored:
  </pre>
</blockquote>
<br>
Sure - if it really <i>is</i> 10-20%. (And not, say, 0.001 - 0.002%.)<br>
<br>
</body>
</html>