David Z Maze wrote:
Jerome BENOIT <[EMAIL PROTECTED]> writes:


I have a very naive question:
Can Debian tune the GNU C Compiler ?

[e.g., put `-cpu=pentium' automaticly on Pentium box]


There's a pentium-builder package that tries to do this, or you can
try to set CFLAGS for the program in question.   With a limited number
of exceptions, though, conventional wisdom is that this buys you
little in performance at the cost of portability of binaries to other
x86-based machines.

To be frank, the question arised when I read in gsl-1.3/INSTALL:


>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
Hints for Intel (Pentium)
========================

For the Pentium 4 with GCC-3.2 the flags,

CFLAGS="-O2 -march=pentium4 -mfpmath=sse -msse2"

increase performance by 33% (reported by Sam Halliday <[EMAIL PROTECTED]>)
<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<

Since I use my Deabian box mainly to make numerical computations,
I begin to think about these exceptions

Jerome




--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




Reply via email to