Skip to content

Latest commit

 

History

History
3 lines (2 loc) · 437 Bytes

File metadata and controls

3 lines (2 loc) · 437 Bytes

Basic SIMD Floating Point Arithmetic

In this video, we look at the basic floating point SIMD instructions to achieve Addition, Subtraction, Multiplication and Division. This introduction includes both double precision and single precision, and the SSE, SSE2 and AVX instruction sets. I have included both the Assembly versions of the instructions as well as the C++ compiler intrinsics.