<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<META NAME="Generator" CONTENT="MS Exchange Server version 6.5.7226.0">
<TITLE>Sempron compile optimization</TITLE>
</HEAD>
<BODY>
<!-- Converted from text/plain format -->

<P><FONT SIZE=2>Hello everybody.<BR>
<BR>
Since 64-bit CPU architecture is cheap these days in a Semperon (3000+ version), I've been trying to optimize some of my C code. As for compile switches on the gcc, do<BR>
<BR>
   -march=x86-64 -mfpmath=sse -m3dnow<BR>
<BR>
look reasonable? Any reason why the -m64 switch does not work for me?<BR>
<BR>
Best regards,<BR>
Alan Ward</FONT>
</P>

</BODY>
</HTML>