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

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

Anonymous
Not applicable
354 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
354 Views
0 Kudos
Anonymous
Not applicable
354 Views

Does Intel® Performance Libraries contain ICC ?

0 Kudos
Viet_H_Intel
Moderator
354 Views

No, I don't think so.

0 Kudos
Anonymous
Not applicable
354 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#.

0 Kudos
Reply