Jump to content
  • 0

Intel C++ Compiler


blacksinx

Question


  • Group:  Members
  • Topic Count:  1
  • Topics Per Day:  0.00
  • Content Count:  1
  • Reputation:   0
  • Joined:  03/05/19
  • Last Seen:  

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

  • 0

  • Group:  Members
  • Topic Count:  42
  • Topics Per Day:  0.01
  • Content Count:  1096
  • Reputation:   345
  • Joined:  02/26/12
  • Last Seen:  

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 by Anacondaqq
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...