Intel® C++ Compiler
Community support and assistance for creating C++ code that runs on platforms based on Intel® processors.
7875 Discussions

_mm256_alignr_epi8 documentation lists possibly-incorrect AVX2 instruction

Nathan_Weeks
Beginner
217 Views

The documentation for the AVX2 intrinsic _mm256_shuffle_epi8 in the User and Reference Guide for the Intel C++ Compiler 15.0 states that the corresponding AVX2 intrinsic is VPALIGNRB:

https://software.intel.com/en-us/node/523985

However, the Intel 64 and IA-32 Architectures Software Developer's Manual lists the corresponding AVX2 instruction as VPALIGNR.

0 Kudos
1 Reply
Kittur_G_Intel
Employee
217 Views

Hi Nathan, thanks for catching this typo and I'll file an issue with the product doc group and keep you updated accordingly when the release with the fix is out, appreciate much.

_Kittur

0 Kudos
Reply