https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84783
Bug ID: 84783 Summary: Missing _mm256_permutexvar_epi64() intrinsic for AVX512VL Product: gcc Version: 7.3.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: carsten.benthin at intel dot com Target Milestone: --- Hi, The _mm256_permutexvar_epi64() intrinsic is missing from the avx512vlintrin.h header file. There's only a _mm256_mask_permutexvar_epi64() and a _mm256_maskz_permutexvar_epi64() variant. Both clang 5.0.x and icc 18.0.x have this intrinsic in the header. Thanks, Carsten