September 2023
Intermediate to advanced
688 pages
25h 59m
English
This chapter introduces AVX-512 programming using packed floating-point values. It begins with a section that illustrates fundamental packed floating-point operations using 512-bit wide operands. This is followed by a section that spotlights the use of AVX-512 with floating-point arrays and matrices. The source code examples in this section are AVX-512 implementations of AVX2 examples that you saw in earlier chapters.
As a reminder, the AVX-512 source code examples published ...