|
From: Dirk M. <dm...@gm...> - 2003-11-20 16:53:16
|
On Thursday 20 November 2003 14:23, Andr=E9s Rold=E1n wrote:
> aroldan@volatile:~$ gcc -march=3Dathlon -O3 -fomit-frame-pointer -ffast-m=
ath
^^^^^^^^^^^^^^^
Don't compile for an athlon, or add -mno-3dnow. when you compile with=20
=2Dmarch=3Dathlon it will unconditionally embed 3dnow instructions.=20
|