Open GoogleCodeExporter opened 8 years ago
If using gcc version >= 4.2 then I recommend using -march=native, that will
automatically set all the compiler options supported by your hardware.
Original comment by cast...@gmail.com
on 25 Jun 2013 at 5:14
Using -march=native may help in this case but the risulting binaries won't work
on any other CPU, leading for sure to other bug reports difficult to identify
(all Linux distribution will break). Who want to use native and other system
specific features can enable them theirself (see Gentoo users), anyway this
usually leads to very small performance gain, especially on 64 bit platforms
where the base CPU is not so old as the 386 on 32 bit.
So I'd really won't use native and suggest to remove the -march as soon as
possible.
Original comment by pedretti...@gmail.com
on 2 Sep 2013 at 7:26
Both 0 A.D. and Debian are removing the -march:
http://trac.wildfiregames.com/changeset/13806
http://anonscm.debian.org/gitweb/?p=collab-maint/nvidia-texture-tools.git;a=comm
itdiff;h=a60628ce464bfebdc7237479b5bff3e0c60ffc10
Original comment by pedretti...@gmail.com
on 7 Sep 2013 at 5:38
Original issue reported on code.google.com by
francis....@gmail.com
on 5 Apr 2013 at 1:28