March 2022
Intermediate to advanced
642 pages
17h 16m
English
In Chapter 3, you learned how to carry out elementary arithmetic using packed floating-point operands and AVX C++ SIMD intrinsic functions. You also learned how to code simple SIMD functions that performed computations using the elements of a floating-point array or matrix. In this chapter, you will study source code examples that perform floating-point calculations using AVX2 and C++ SIMD intrinsic functions. The first section highlights an array-based algorithm that demonstrates ...