File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -3238,7 +3238,7 @@ _mm256_permutevar8x32_epi32(__m256i __a, __m256i __b) {
32383238// / \a M[1:0] specifies the index in \a a for element 0 of the result,
32393239// / \a M[3:2] specifies the index for element 1, and so forth.
32403240// / \returns A 256-bit vector of [4 x double] containing the result.
3241- #define _mm256_permute4x64_pd (V, M ) \
3241+ #define _mm256_permute4x64_pd (V, M ) \
32423242 ((__m256d)__builtin_ia32_permdf256((__v4df)(__m256d)(V), (int )(M)))
32433243
32443244// / Sets the result's 256-bit vector of [8 x float] to copies of elements of
@@ -3295,7 +3295,7 @@ _mm256_permutevar8x32_ps(__m256 __a, __m256i __b) {
32953295// / \a M[1:0] specifies the index in \a a for element 0 of the result,
32963296// / \a M[3:2] specifies the index for element 1, and so forth.
32973297// / \returns A 256-bit vector of [4 x i64] containing the result.
3298- #define _mm256_permute4x64_epi64 (V, M ) \
3298+ #define _mm256_permute4x64_epi64 (V, M ) \
32993299 ((__m256i)__builtin_ia32_permdi256((__v4di)(__m256i)(V), (int )(M)))
33003300
33013301// / Sets each half of the 256-bit result either to zero or to one of the
You can’t perform that action at this time.
0 commit comments