In this tutorial, you will use the following files:
vec_samples_20xx.sln or vec_samples.vcproj
Driver.c
Multiply.c
Multiply.h
Start Microsoft* Visual Studio and open the solution file vec_samples_20xx.sln.
Convert to an Intel project by right-clicking on the vec_samples project and selecting Intel Compiler > Use Intel C++. Click OK in the Confirmation dialog.
Change the Active solution configuration to Release using Build > Configuration Manager.
Clean the solution by selecting Build > Clean Solution.