Skip to content

Commit 7d93e7f

Browse files
chore: Update formatiing
1 parent 358fb5f commit 7d93e7f

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

clang/include/clang/Basic/BuiltinsX86.td

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -581,8 +581,10 @@ let Features = "avx2", Attributes = [NoThrow, Const, RequiredVectorWidth<256>] i
581581
}
582582

583583
let Features = "avx2", Attributes = [NoThrow, Const, Constexpr, RequiredVectorWidth<256>] in {
584-
def permdf256 : X86Builtin<"_Vector<4, double>(_Vector<4, double>, _Constant int)">;
585-
def permdi256 : X86Builtin<"_Vector<4, long long int>(_Vector<4, long long int>, _Constant int)">;
584+
def permdf256
585+
: X86Builtin<"_Vector<4, double>(_Vector<4, double>, _Constant int)">;
586+
def permdi256 : X86Builtin<"_Vector<4, long long int>(_Vector<4, long long "
587+
"int>, _Constant int)">;
586588
def pmovmskb256 : X86Builtin<"int(_Vector<32, char>)">;
587589
def pavgb256 : X86Builtin<"_Vector<32, unsigned char>(_Vector<32, unsigned char>, _Vector<32, unsigned char>)">;
588590
def pavgw256 : X86Builtin<"_Vector<16, unsigned short>(_Vector<16, unsigned short>, _Vector<16, unsigned short>)">;

0 commit comments

Comments
 (0)