Skip to content

Commit 86b263b

Browse files
chore: revert formatting changes
1 parent 10510e2 commit 86b263b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

clang/lib/Headers/avx2intrin.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)