On Sunday 26 Feb 2006 00:32, Hans-Christoph Steiner wrote:
Pd-0.38.4-extended was compiled with these flags:
-mcpu=i586 -mtune=pentium3 -O3 -funroll-loops -fomit-frame-pointer
That should work with AMD CPUs, right?
.hc
Yes. It will work with Intel > Pentium 1, AMD > K6, and all (most) the obscure processors from people like VIA.
Additionally, -march=i686 _will_ work on non-SSE cpus, such as the Pentium II, Pentium Pro and early Athlons.
(You _can_ actually run -march=pentium3 on i686s unless you've put handwritten SSE assembler code in or are using a new (>= 4) gcc. Bad practice though.)
robert