<!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">
<br>
<blockquote cite="mid:20091018002716.GA4400@aieee.restivo.org"
 type="cite">
  <blockquote type="cite">
    <blockquote type="cite">
      <pre wrap="">Probably is it.  Take out -msse and -msse2 and -mfpmath=sse, and see
what it does.
      </pre>
    </blockquote>
    <pre wrap="">Thanks for that hint - got it running now without those flags. :)
    </pre>
  </blockquote>
  <pre wrap=""><!---->
Hmm. Why?

What is wrong with the code that SSE breaks?

-ken
  </pre>
</blockquote>
Nothing wrong with the code.&nbsp; The hardware being used included an
AthlonXP CPU, some models of which do not have SSE or SSE2, but instead
have an older technology, 3Dnow, only.&nbsp; It is possible that using
-m3dnow instead of all of those might help some.&nbsp; There is no
-mfpmath=3dnow, though, I checked the gcc docs.<br>
<br>
J.E.B.<br>
<br>
</body>
</html>