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

ICC v10.0.025 libirc.lib and libircmt.lib the same ?

lazar_robert
Beginner
524 Views
I just installed the new evaluation version of the Intel C++ Complier (v10.0.025) and observed that in the IA32lib directory the libirc.lib and libircmt.lib files are the same. Is this correct? From what I know the multi-threaded version of the library should be different from the single-threaded one.
Can someone confirm this? Thanks.

0 Kudos
1 Reply
TimP
Honored Contributor III
524 Views
Multi-threaded libraries work OK single threaded, and Intel has been promoting multi-threaded compilation, as well as 64-bit. So there may not be sufficient justification for continuing to support a separate single-thread library for 32-bit only.

0 Kudos
Reply