octave-maintainers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Compilers flags


From: CdeMills
Subject: Compilers flags
Date: Fri, 14 Jan 2011 07:18:18 -0800 (PST)

Hello,

Web pages about High Performance Computing mention gcc flag -ftree-vectorize
as a performance gain by vectorizing loops. I compiled a version from hg
tip, configured as

env CFLAGS="-O3 -ftree-vectorize" CXXFLAGS="-O3 -ftree-vectorize"
FFLAGS="-O3 -ftree-vectorize" ../configure --prefix=$HOME/usr
--enable-strict-warning-flags 

[In most architectures except Power, -ftree-vectorize is implicitelly
available in -O3 ]
The tests done on this version were all successfull. Are there some kind of
benchmarks to quantify the speed gain ?

Regards

Pascal

-- 
View this message in context: 
http://octave.1599824.n4.nabble.com/Compilers-flags-tp3217828p3217828.html
Sent from the Octave - Maintainers mailing list archive at Nabble.com.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]