Outline
Last updated
Was this helpful?
Last updated
Was this helpful?
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 .
Hope this lab could be helpful for your assignments(assignment-1).