Tags / Equivalents
_mm512_permutex_pd() on Intel 64-bit - AVX512
Shuffle double-precision (64-bit) floating-point elements in "a" within 256-bit lanes using the control in "imm8", and store the results in "dst".
_mm256_permutex_pd() on Intel 64-bit - AVX512
Shuffle double-precision (64-bit) floating-point elements in "a" across lanes using the control in "imm8", and store the results in "dst".
_mm512_permute_pd() on Intel 64-bit - AVX512
Shuffle double-precision (64-bit) floating-point elements in "a" within 128-bit lanes using the control in "imm8", and store the results in "dst".