
Anonymous
Not applicable
11-15-2019
02:16 AM
232 Views
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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# ? ^^
- Tags:
- CC++
- Development Tools
- Intel® C++ Compiler
- Intel® Parallel Studio XE
- Intel® System Studio
- Optimization
- Parallel Computing
- Vectorization
Link Copied
4 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

Anonymous
Not applicable
11-15-2019
06:27 AM
232 Views
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Does Intel® Performance Libraries contain ICC ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
No, I don't think so.

Anonymous
Not applicable
11-15-2019
07:20 AM
232 Views
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page