V 
VPS Hosting Referral Code PCGPDB


MAN PAGES INDEX
Welcome, Guest. Please login or register.
Did you miss your activation email?
July 31, 2010, 08:52:49 AM

Login with username, password and session length
« previous next »
Pages: [1] Print
Author Topic: icc  (Read 1276 times)
bashconsole
Administrator
Newbie
*****
Posts: 30


View Profile Email
icc
« on: May 10, 2009, 02:47:58 AM »

Intel tunes its compilers to optimize for its hardware platforms to minimize stalls and to produce code that executes in the smallest number of cycles.
Interprocedural optimization applies typical compiler optimizations (such as constant propagation) but using a broader scope that may include multiple procedures, multiple files, or the entire program.
Intel's compiler has been criticized for applying, by default, floating-point optimizations not allowed by the C standard and that require a special flags with other compilers such as gcc.


http://software.intel.com/en-us/intel-compilers/
http://en.wikipedia.org/wiki/Intel_C%2B%2B_Compiler


Intel(R) C++ Compiler Professional Edition for Linux* for non-commercial use.

Intel C++ Compiler optimization
Code:
$ CC=icc CXX=icc CFLAGS="-O3 -xK -ip -gcc -mtune=pentium-mmx -march=pentium3 -msse -fomit-frame-pointer -funroll-loops" CXXFLAGS="-O3 -xK -ip -gcc -mtune=pentium-mmx -march=pentium3 -msse -fomit-frame-pointer -funroll-loops" ./configure
Logged
Pages: [1] Print
« previous next »
Jump to:  

Page created in 0.202 seconds with 23 queries. (Pretty URLs adds 0.019s, 2q)