Intel® C++ Compiler
Community support and assistance for creating C++ code that runs on platforms based on Intel® processors.
7956 Discussions

Intel C++ Compiler: System Studio 2019 vs Parallel Studio 2019

sv1
Beginner
1,444 Views

Greetings,

Could you please direct me to a comparison of the C++ compilers from System Studio vs Parallel Studio 2019?

Are the IPP packages the same too?

 

Thanks in advance

 

0 Kudos
5 Replies
Viet_H_Intel
Moderator
1,444 Views

 

The main difference: ISS is for IoT applications and IPSXE is for HPC, cloud, enterprise and other applications. 

For more info at https://software.intel.com/en-us/system-studio and https://software.intel.com/en-us/parallel-studio-xe

Thanks,

Viet 

0 Kudos
sv1
Beginner
1,444 Views

I didn't ask the difference between ISS and IPSXE; I asked the difference, if any, between the C++ compilers that come with those products!

0 Kudos
sv1
Beginner
1,444 Views

Viet Hoang (Intel) wrote:

 

The main difference: ISS is for IoT applications and IPSXE is for HPC, cloud, enterprise and other applications. 

For more info at https://software.intel.com/en-us/system-studio and https://software.intel.com/en-us/parallel-studio-xe

Thanks,

Viet 

I didn't ask the difference between ISS and IPSXE; I asked the difference, if any, between the C++ compilers that come with those products!

0 Kudos
Viet_H_Intel
Moderator
1,444 Views

Yes, for example the compiler in ISS is cross compiler whereas it isn't in IPSXE.

0 Kudos
Abdourahim__ilyas
1,444 Views

Intel C++ compiler is the first choice for intel CPU and multicore architecture. Their is a lot of unique features not avalaible in vc++ ou gnu-c++ compilers, more Intrinsecs, etc...

0 Kudos
Reply