Intel C++ Compiler 11.0 (Default branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News Intel C++ Compiler 11.0 (Default branch)
# 1  
Old 11-16-2008
Intel C++ Compiler 11.0 (Default branch)

The Intel C++ Compiler for Linux is a full fledged C/C++ compiler and debugger suite. Its aim is to provide outstanding performance for all Intel 32-bit and 64-bit processors, while not requiring the need for porting applications from other compilers. It provides optimization technology, threaded application support, and features to take advantage of Hyper-Threading technology. It is substantially source and object code compatible with GNU C, providing fullest compatibility with GCC and G++ 3.x/4.x both in terms of code and of API. It is thereby also easy to integrate with existing development environments. License: Other/Proprietary License with Free Trial Changes:
Support for the Intel® Atom™ Processor line was added. C++ Lambda functions are now supported. OpenMP support was updated to 3.0. Decimal floating point according to the IEEE 754R standard was implemented. Parallel compilation was improved. Many other improvements were made. Image

Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread

1 More Discussions You Might Find Interesting

1. Programming

C Compiler for Solaris 8 (Intel)

hi I'm looking for a C Compiler that will run on a Solaris 8 (Intel) platform and that doesn't need to be complied. I've tried gcc binaries but they don't seem to work. Thanx. (5 Replies)
Discussion started by: ianf
5 Replies
Login or Register to Ask a Question
LIBPFM(3)						     Linux Programmer's Manual							 LIBPFM(3)

NAME
libpfm_intel_coreduo - support for Intel Core Duo/Solo processors SYNOPSIS
#include <perfmon/pfmlib.h> PMU name: coreduo PMU desc: Intel Core Duo DESCRIPTION
The library supports all Intel Yonah-based processors such as Intel Core Duo and Intel Core Solo processors. MODIFIERS
The following modifiers are supported on Intel Core Duo processors: u Measure at user level which includes privilege levels 1, 2, 3. This corresponds to PFM_PLM3. This is a boolean modifier. k Measure at kernel level which includes privilege level 0. This corresponds to PFM_PLM0. This is a boolean modifier. i Invert the meaning of the event. The counter will now count cycles in which the event is not occurring. This is a boolean modifier e Enable edge detection, i.e., count only when there is a state transition. This is a boolean modifier. c Set the counter mask value. The mask acts as a threshold. The counter will count the number of cycles in which the number of occur- rences of the event is greater or equal to the threshold. This is an integer modifier with values in the range [0:255]. ENVIRONMENT VARIABLES
It is possible to force activation of the Intel Core Duo support using the LIBPFM_FORCE_PMU variable. The PMU name, coreduo, must be passed. No additional options are supported. AUTHORS
Stephane Eranian <eranian@gmail.com> September, 2009 LIBPFM(3)