]> git.rm.cloudns.org Git - xonotic/darkplaces.git/commitdiff
added note not to use athlon optimizations in current gcc versions
authorlordhavoc <lordhavoc@d7cf8633-e32d-0410-b094-e92efae38249>
Sat, 16 Mar 2002 14:51:55 +0000 (14:51 +0000)
committerlordhavoc <lordhavoc@d7cf8633-e32d-0410-b094-e92efae38249>
Sat, 16 Mar 2002 14:51:55 +0000 (14:51 +0000)
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@1658 d7cf8633-e32d-0410-b094-e92efae38249

makefile

index 5d88538aa0a0b7b97642b0a233491271cc383ed9..371fca22f6eead80b873293898a4cbc039622343 100644 (file)
--- a/makefile
+++ b/makefile
@@ -13,7 +13,9 @@ OBJECTS= builddate.o cd_linux.o chase.o cl_demo.o cl_input.o cl_main.o cl_parse.
 
 #K6/athlon optimizations
 CPUOPTIMIZATIONS=-march=k6
-#athlon optimizations (only for gcc 2.96 and up)
+#note: don't use -march=athlon, every gcc which has it currently (2.95, 3.0)
+#have optimizer bugs (like entities disappearing randomly - a bug with
+#compiling BOX_ON_PLANE_SIDE in mathlib.h)
 #CPUOPTIMIZATIONS=-march=athlon
 #686 optimizations
 #CPUOPTIMIZATIONS=-march=i686