Intel® C++ Compiler
Community support and assistance for creating C++ code that runs on platforms based on Intel® processors.
Announcements
The Intel sign-in experience has changed to support enhanced security controls. If you sign in, click here for more information.
7782 Discussions

Do you know if Intel plan to release for free its compiler ?

Anonymous
Not applicable
232 Views

I have made a game engine based on voxel, using only the CPU and here's the benchmark I made, for 1 million voxels:

  • 20 FPS for a non optimized code, using Visual Studio compiler
  • 144 FPS for an optimized code, using VS compiler
  • 400 FPS for a non optimized code but with optimization flag, using Intel C++ Compiler.

And I am using an i3 6100.

So yes, ICC can help me a lot for this project.

Also this program is made in C#, does ICC support C# ? ^^

0 Kudos
4 Replies
Viet_H_Intel
Moderator
232 Views
Anonymous
Not applicable
232 Views

Does Intel® Performance Libraries contain ICC ?

Viet_H_Intel
Moderator
232 Views

No, I don't think so.

Anonymous
Not applicable
232 Views

Ok,

Anyway I just realized that I cannot choose the compiler for a C# solution, so it's useless since I am working with C#.

Reply