March 2022
Intermediate to advanced
642 pages
17h 16m
English
In Chapters 5, 6, and 8, you learned how to code a variety of floating-point array and matrix calculating functions using C++ SIMD intrinsic functions. In this chapter, you will learn how to code similar functions using x86 assembly language and AVX-512 instructions. The first section includes source code examples that illustrate packed floating-point arithmetic using 512-bit wide operands. The second section focuses on using AVX-512 instructions to code functions ...
Read now
Unlock full access