Recently I upgraded Intel Composer XE 2013 to Intel Composer XE 2015. Then I found that 2015 linker unable to find libicaio.lib (asynchronous I/O library) for 64 bit version. I checked the installation directory. libicaio.lib only exist for 32 bit version. There is no 64bit version. However the both libraries exist in 2013 version.
C:\Program Files (x86)\Intel\Composer XE 2015\compiler\lib\ia32\libicaio.lib
C:\Program Files (x86)\Intel\Composer XE 2015\compiler\lib\intel64\ No such file in this directory.
Where can I find 64bit asynchronous I/O library in 2015?