blacksinx Posted March 5, 2019 Group: Members Topic Count: 1 Topics Per Day: 0.00 Content Count: 1 Reputation: 0 Joined: 03/05/19 Last Seen: March 10, 2019 Share Posted March 5, 2019 just out of curiosity, it is possible to compile the files with the ICC (intel compiler C++), would it help at all? Is it possible? Quote Link to comment Share on other sites More sharing options...
0 anacondaq Posted March 5, 2019 Group: Members Topic Count: 42 Topics Per Day: 0.01 Content Count: 1096 Reputation: 348 Joined: 02/26/12 Last Seen: May 30, 2023 Share Posted March 5, 2019 (edited) In theory you can, but you will not get any advantages over GCC, because it's about code, not about by what compiled you compiled the code. In real practice you will face a lot of pitfalls and problems. Stick to Visual Studio C++ (2017) / Clang / G++ Edited March 5, 2019 by Anacondaqq Quote Link to comment Share on other sites More sharing options...
Question
blacksinx
just out of curiosity, it is possible to compile the files with the ICC (intel compiler C++), would it help at all? Is it possible?
Link to comment
Share on other sites
1 answer to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.