Re: [AD] Allegro 3.9.38 and gcc 3.0

[ Thread Index | Date Index | More lists.liballeg.org/allegro-developers Archives ]


salvador wrote:

[snip]

 c) -mpentium is deprecated. I changed it by -march=pentium but I don't know

    if it was the original idea.



Those switches are definately not the same! -mpentium tells the compiler to make pentium based optimizations (instruction timing and all that), but leave the code compatible with 386s and 486s. -march=pentium tells the compiler that it's ok to use pentium only instructions, meaning the program may not work on 486s at all!


--
- Robert J Ohannessian
"Microsoft code is probably O(n^20)" (my CS prof)
http://pages.infinit.net/voidstar/



Mail converted by MHonArc 2.6.19+ http://listengine.tuxfamily.org/