[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Compiling a C++ program for AMD64



Stefano Simonucci <stefano.simonucci@tin.it> writes:

> I have tried to compile a C++ program for an AMD64.
> The command for the compilation was:
>
> g++ -march=athlon -m64 -c Scattdf.cc

Use -march=k8 which is the default - and -m64 is also the default if
the compiler is build properly.

athlon is the 32-bit cpu,

Andreas
-- 
 Andreas Jaeger, aj@suse.de, http://www.suse.de/~aj
  SUSE Linux AG, Maxfeldstr. 5, 90409 Nürnberg, Germany
   GPG fingerprint = 93A3 365E CE47 B889 DF7F  FED1 389A 563C C272 A126

Attachment: pgpiTwRUuETfS.pgp
Description: PGP signature


Reply to: