> For the complete documentation index, see [llms.txt](https://eric-lo.gitbook.io/lab-1-simd/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://eric-lo.gitbook.io/lab-1-simd/master.md).

# Outline

In this lab, we will recap the basic concepts of SIMD introduced in the lecture and cover basic methods to speed up your parallel program using SIMD intrinsic in C/C++. Throughout the lab, you will learn:

* How to invoke SIMD intrinsic in C/C++.
* How to compile your C/C++ program with SIMD intrinsic.
* How to use [Intel Intrinsic Guide](https://software.intel.com/sites/landingpage/IntrinsicsGuide/).

Hope this lab could be helpful for your assignments (assignment-1a).

&#x20;
