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.

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

Last updated