Re: gcc-specific?

2005-05-23 Thread Marcel Cox
Erik Poupaert wrote: > If someone knows of an interesting discussion place where people can > verify each other's results, please let me know. Try the following: http://groups-beta.google.com/group/algogeeks -- Marcel Cox

Re: Future possible stack based optimization

2006-01-25 Thread Marcel Cox
essors, use -mtune=pentium and you will see that the compiler uses push/pop instructions even when not using -Os -- Marcel Cox

Re: RFC: Message-ID to mailing list URL match

2006-02-17 Thread Marcel Cox
be taught to get this > URL automatically. You could create a news URL pointing to Gmane and using the messageid. Something like: news://news.gmane.org/[EMAIL PROTECTED] -- Marcel Cox

Re: GCC 3.3.5: -march=i586 does not use all pentium FPU instructions

2005-02-12 Thread Marcel Cox
sions of GCC (starting with 3.4.0), the -mcpu option has been deprecated and replaced by the -mtune option to be consistent with other processor architectures supported by GCC. -- Marcel Cox (using XanaNews 1.17.2.4)